Mail Archives: djgpp/2000/04/26/16:23:10
Hi, some quick comments:
1. Something is broken in the 2.2.5 `.d' archive. The file
`version.texi' in 2.2.5 tries to @include itself, causing texi2dvi
to crash and burn. Compared with the 2.2.4 archive, it looks like
version.texi was overwritten with the contents of indent.texinfo.
2. could you distribute formatted man pages in `cat/cat1' instead
of unformatted pages in `man/man1'? Then users don't have to have
groff (or similar), which is itself a rather large package, to
view them.
% head 2.2.5/version.texi
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename indent.info
@settitle @command{indent}: Indent and Format C Program Source
@include version.texi
@c %**end of header
Comparison of 2.2.4 and 2.2.5 `.d' archives:
% unzip -l 2.2.4/ind224d.zip
Archive: 2.2.4/ind224d.zip
Length Date Time Name
-------- ---- ---- ----
0 01-03-00 19:38 manifest/
69 01-03-00 08:27 manifest/ind224d.ver
258 01-03-00 19:25 manifest/ind224d.mft
0 01-03-00 19:38 gnudocs/
0 01-03-00 19:38 gnudocs/indent-2.2-4/
59111 01-03-00 08:20 gnudocs/indent-2.2-4/indent.html
643 01-03-00 08:20 gnudocs/indent-2.2-4/indent_foot.html
809 01-03-00 08:20 gnudocs/indent-2.2-4/indent_stoc.html
1685 01-03-00 08:20 gnudocs/indent-2.2-4/indent_toc.html
59140 01-03-00 19:24 gnudocs/indent-2.2-4/indent.texinfo
67 01-03-00 19:24 gnudocs/indent-2.2-4/version.texi
-------- -------
121782 11 files
% unzip -l 2.2.5/ind225d.zip
Archive: 2.2.5/ind225d.zip
Length Date Time Name
-------- ---- ---- ----
0 04-25-00 19:44 manifest/
266 04-25-00 19:48 manifest/ind225d.mft
75 04-25-00 10:48 manifest/ind225d.ver
0 04-25-00 19:45 gnudocs/
0 04-25-00 19:45 gnudocs/indent-2.2-5/
63951 01-16-00 15:46 gnudocs/indent-2.2-5/indent.html
627 01-16-00 15:46 gnudocs/indent-2.2-5/indent_foot.html
1762 01-16-00 15:46 gnudocs/indent-2.2-5/indent_toc.html
61858 04-25-00 13:51 gnudocs/indent-2.2-5/version.texi
-------- -------
128539 9 files
- Raw text -