summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-12-06 21:06:02 +0000
committerJim Meyering <jim@meyering.net>1998-12-06 21:06:02 +0000
commite5f51be9f19f1f5dd1ddf737dc926f6d5e9c24e0 (patch)
tree81630633d98c03a18d7514007ac8c1d27328c012 /doc
parent1e422ea7eca9d3aeb9777c55ae38fd3cf3608586 (diff)
downloadcoreutils-e5f51be9f19f1f5dd1ddf737dc926f6d5e9c24e0.tar.xz
.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.in10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 885630294..e1aa308f1 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -93,9 +93,13 @@ info_TEXINFOS = fileutils.texi
EXTRA_DIST = perm.texi getdate.texi
-# Tell makeinfo to put everything in a single info file: sh-utils.info.
-# Otherwise, it would also generate files with names like sh-utils.info-[123],
-# and those names all map to one 14-byte name (sh-utils.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
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs