put .ps on suffixes
authorTom Tromey <tromey@redhat.com>
Tue, 10 Dec 1996 00:08:02 +0000 (00:08 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 10 Dec 1996 00:08:02 +0000 (00:08 +0000)
ChangeLog
automake.in

index e1e1fdf..f91aa62 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Dec  9 08:18:42 1996  Tom Tromey  <tromey@cygnus.com>
+
+       * automake.in (handle_texinfo): Put .ps on @suffixes.
+
 Sun Dec  8 12:29:52 1996  Tom Tromey  <tromey@cygnus.com>
 
        * automake.in (am_install_var): Directory with 'exec' in its name
index 964d264..0b62e57 100755 (executable)
@@ -1628,7 +1628,7 @@ sub handle_texinfo
                      . "\n");
     &push_phony_cleaners ('info');
 
-    push (@suffixes, '.texi', '.texinfo', '.info', '.dvi');
+    push (@suffixes, '.texi', '.texinfo', '.info', '.dvi', '.ps');
 
     if (! defined $options{'no-installinfo'})
     {