summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-11-21 17:43:41 +0000
committerJim Meyering <jim@meyering.net>1998-11-21 17:43:41 +0000
commit78f7236408b680f902a006d837d13a37db1305e1 (patch)
treea5b7b93a745de2abf7a58fb776f7406902ced8b2 /doc
parent976ca672669cb7e4ff293e3b81af65f55e62e10d (diff)
downloadcoreutils-78f7236408b680f902a006d837d13a37db1305e1.tar.xz
don't mention package name in comments
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d5511f5f1..43c67b122 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: <package>.info.
+# Otherwise, it would also generate files with names like <package>.info-[123],
+# and those names all map to one 14-byte name (<package>.info-) on some crufty
# old systems.
MAKEINFO = makeinfo --no-split