From: Alexandre Duret-Lutz Date: Mon, 17 Jun 2002 07:42:04 +0000 (+0000) Subject: 2002-06-17 Kevin Ryde X-Git-Tag: Release-1-6b~59 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=f2474c75f0c4b01977223dbc32fd2446345f2ad2;p=automake.git 2002-06-17 Kevin Ryde * automake.in (scan_texinfo_file): Add tmp to @clean_suffixes, as generated by recent texinfo.tex. --- diff --git a/ChangeLog b/ChangeLog index df30c8d8..2166c6f2 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 8ffa097b..beba6a06 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.