From f2474c75f0c4b01977223dbc32fd2446345f2ad2 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 17 Jun 2002 07:42:04 +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 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. -- 2.43.5