From 29fa800ccdc800ea53ecc47a11e6bc35357e7235 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 17 Jun 2002 07:42:07 +0000 Subject: [PATCH] 2002-06-17 Kevin Ryde * automake.in (scan_texinfo_file): Add tmp to @clean_suffixes, as generated by recent texinfo.tex. --- ChangeLog | 5 +++++ automake.in | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index df30c8d81..2166c6f2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-06-17 Kevin Ryde + + * automake.in (scan_texinfo_file): Add tmp to @clean_suffixes, + as generated by recent texinfo.tex. + 2002-06-14 Alexandre Duret-Lutz * m4/header.m4 (AM_CONFIG_HEADER): Rename to ... diff --git a/automake.in b/automake.in index 8ffa097b7..beba6a066 100755 --- a/automake.in +++ b/automake.in @@ -3096,7 +3096,9 @@ sub scan_texinfo_file my ($filename) = @_; # These are always created, no matter whether indexes are used or not. - my @clean_suffixes = qw(aux dvi log pdf ps toc + # (Actually tmp is only created if an @macro is used and a certain e-TeX + # feature is not available.) + my @clean_suffixes = qw(aux dvi log pdf ps toc tmp cp fn ky vr tp pg); # grep new.*index texinfo.tex # There are predefined indexes which don't follow the regular rules. -- 2.47.2