From: Jim Meyering Date: Sat, 21 Nov 1998 17:43:41 +0000 (+0000) Subject: don't mention package name in comments X-Git-Tag: FILEUTILS-4_1-b1~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78f7236408b680f902a006d837d13a37db1305e1;p=thirdparty%2Fcoreutils.git don't mention package name in comments --- diff --git a/doc/Makefile.am b/doc/Makefile.am index d5511f5f1e..43c67b122e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -3,8 +3,12 @@ info_TEXINFOS = fileutils.texi EXTRA_DIST = perm.texi getdate.texi -# Tell makeinfo to put everything in a single info file: fileutils.info. -# Otherwise, it would also generate files with names like fileutils.info-[123], -# and those names all map to one 14-byte name (fileutils.info-) on some crufty +# The following is necessary if the package name is 8 characters or longer. +# If the info documentation would be split into 10 or more separate files, +# then this is necessary even if the package name is 7 characters long. +# +# Tell makeinfo to put everything in a single info file: .info. +# Otherwise, it would also generate files with names like .info-[123], +# and those names all map to one 14-byte name (.info-) on some crufty # old systems. MAKEINFO = makeinfo --no-split