more texinfo files to remove
authorTom Tromey <tromey@redhat.com>
Wed, 27 Aug 1997 19:25:10 +0000 (19:25 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 27 Aug 1997 19:25:10 +0000 (19:25 +0000)
ChangeLog
automake.in

index 452ed85..bb05515 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 Wed Aug 27 12:56:50 1997  Tom Tromey  <tromey@cygnus.com>
 
+       * automake.in (handle_texinfo): Also remove .kys and .ps files.
+
        * automake.in (handle_yacc_lex_cxx): Quoting fixlet.  From Kaveh
        Ghazi.
 
index 9e7ed6c..af5e46c 100755 (executable)
@@ -1998,7 +1998,7 @@ sub handle_texinfo
        # removed.  In particular the ".log" extension might
        # reasonably be used in other contexts by the user.
        foreach $tc_cursor ('aux', 'cp', 'cps', 'dvi', 'fn', 'fns',
-                           'ky', 'log', 'pg', 'toc', 'tp', 'tps',
+                           'ky', 'kys', 'ps', 'log', 'pg', 'toc', 'tp', 'tps',
                            'vr', 'vrs', 'op', 'tr', 'cv', 'cn')
        {
            push (@texi_cleans, $infobase . '.' . $tc_cursor);