From: Tom Tromey Date: Tue, 9 Feb 1999 23:50:58 +0000 (+0000) Subject: * automake.in (handle_texinfo): Added `pgs' to list of X-Git-Tag: user-dep-gen-branchpoint~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=876b90365fd5b3809335b43243cb936ba58600a2;p=thirdparty%2Fautomake.git * automake.in (handle_texinfo): Added `pgs' to list of extensions. From NISHIDA Keisuke. --- diff --git a/ChangeLog b/ChangeLog index 86325a790..64ecf05a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-02-10 Tom Tromey + + * automake.in (handle_texinfo): Added `pgs' to list of + extensions. From NISHIDA Keisuke. + 1999-02-04 Akim Demaille * automake.in (handle_texinfo): remove texinfo.tex from diff --git a/THANKS b/THANKS index 371f2fc9f..b2dfcd3d6 100644 --- 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 diff --git a/automake.in b/automake.in index 6be106220..dd1427b9d 100755 --- a/automake.in +++ b/automake.in @@ -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') {