]> sourceware.org Git - automake.git/commitdiff
more texinfo files to remove
authorTom Tromey <tromey@redhat.com>
Wed, 27 Aug 1997 19:25:08 +0000 (19:25 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 27 Aug 1997 19:25:08 +0000 (19:25 +0000)
ChangeLog
automake.in

index 452ed85db58233adb4bda3b592bed2ab5960c95e..bb055151c1874b8591c4d406ce6ef8cd9798914d 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 9e7ed6cf65b0504e115e6417cddee25e62344903..af5e46c8acc43560d5adac642dfce6aac06bb509 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);
This page took 0.048435 seconds and 5 git commands to generate.