+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
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
# 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')
{