]> sourceware.org Git - automake.git/commitdiff
2002-06-17 Kevin Ryde <user42@zip.com.au>
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 17 Jun 2002 07:42:04 +0000 (07:42 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 17 Jun 2002 07:42:04 +0000 (07:42 +0000)
* automake.in (scan_texinfo_file): Add tmp to @clean_suffixes,
as generated by recent texinfo.tex.

ChangeLog
automake.in

index df30c8d810026494678ebcfe5ac06e13fe7675a9..2166c6f2dc3a52c52f7d26cd15157667474e8141 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-17  Kevin Ryde  <user42@zip.com.au>
+
+       * automake.in (scan_texinfo_file): Add tmp to @clean_suffixes,
+       as generated by recent texinfo.tex.
+
 2002-06-14  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * m4/header.m4 (AM_CONFIG_HEADER): Rename to ...
index 8ffa097b793d791d2c6ad9d9fb181b30ea1d64b6..beba6a0663aa1474a926221ab4b08ef307811b4e 100755 (executable)
@@ -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.
This page took 0.03649 seconds and 5 git commands to generate.