]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* automake.in (handle_texinfo): Added `pgs' to list of
authorTom Tromey <tromey@redhat.com>
Tue, 9 Feb 1999 23:50:58 +0000 (23:50 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 9 Feb 1999 23:50:58 +0000 (23:50 +0000)
extensions.  From NISHIDA Keisuke.

ChangeLog
THANKS
automake.in

index 86325a790e5bfb332ab497a33deb0c9d9fe8cf24..64ecf05a8d78a64c086663984043a314722eee52 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-02-10  Tom Tromey  <tromey@cygnus.com>
+
+       * automake.in (handle_texinfo): Added `pgs' to list of
+       extensions.  From NISHIDA Keisuke.
+
 1999-02-04  Akim Demaille  <demaille@inf.enst.fr>
 
        * automake.in (handle_texinfo): remove texinfo.tex from
diff --git a/THANKS b/THANKS
index 371f2fc9fb4a61c1a7aba6844b7f44427407b7b1..b2dfcd3d6f5ce8651b0f80fe56bdb381df2a7107 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -66,6 +66,7 @@ Matt Leach            mleach@cygnus.com
 Matthew D. Langston    langston@SLAC.Stanford.EDU
 Michael Brantley       Michael-Brantley@deshaw.com
 Motoyuki Kasahara      m-kasahr@sra.co.jp
+NISHIDA Keisuke                knishida@nn.iij4u.or.jp
 Nelson H. F. Beebe     beebe@math.utah.edu
 Noah Friedman          friedman@gnu.ai.mit.edu
 Nyul Laszlo            nyul@sol.cc.u-szeged.hu
index 6be106220b4549e7470055e1807e773a226216b8..dd1427b9d13cc06e4f64803ffa3f0a77e1b36feb 100755 (executable)
@@ -1980,7 +1980,7 @@ sub handle_texinfo
        # this explicitly because otherwise too many things could be
        # 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',
+       foreach $tc_cursor ('aux', 'cp', 'cps', 'dvi', 'fn', 'fns', 'pgs',
                            'ky', 'kys', 'ps', 'log', 'pg', 'toc', 'tp', 'tps',
                            'vr', 'vrs', 'op', 'tr', 'cv', 'cn')
        {