From: Paul Eggert Date: Sat, 30 Dec 2006 03:15:15 +0000 (+0000) Subject: * doc/gzip.texi: Swap order of dircategory entries, to pacify X-Git-Tag: v1.3.12~19 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=2fb0fb575fae93b6a9ce5953216a95123f4c69bc;p=debian%2Fgzip * doc/gzip.texi: Swap order of dircategory entries, to pacify Debian install-info 1.10.28. This should fix . --- diff --git a/ChangeLog b/ChangeLog index c43b5b4..5a4c71c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-12-29 Paul Eggert + * doc/gzip.texi: Swap order of dircategory entries, to pacify + Debian install-info 1.10.28. This should fix + . + * zgrep.in (version): Fix bug: $grep wasn't evaluated. * zgrep.in: Rewrite to make the option processing more diff --git a/doc/gzip.texi b/doc/gzip.texi index 9be2aa3..959887e 100644 --- a/doc/gzip.texi +++ b/doc/gzip.texi @@ -27,15 +27,17 @@ Free Documentation License''. @end copying @c Debian install-info (up through at least version 1.9.20) uses only the -@c first dircategory. Put this one first, as it is more useful in practice. -@dircategory Individual utilities +@c first dircategory. But install-info 1.10.28 rejects any attempt to +@c put the more-useful individual utility first. So put the less-useful +@c general category first. +@dircategory Utilities @direntry -* gzip: (gzip)Invoking gzip. Compress files. +* Gzip: (gzip). The gzip command for compressing files. @end direntry -@dircategory Utilities +@dircategory Individual utilities @direntry -* Gzip: (gzip). The gzip command for compressing files. +* gzip: (gzip)Invoking gzip. Compress files. @end direntry @titlepage