From 2fb0fb575fae93b6a9ce5953216a95123f4c69bc Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 30 Dec 2006 03:15:15 +0000 Subject: [PATCH] * doc/gzip.texi: Swap order of dircategory entries, to pacify Debian install-info 1.10.28. This should fix . --- ChangeLog | 4 ++++ doc/gzip.texi | 12 +++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) 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 -- 2.47.2