]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(MAKEINFO): Set to makeinfo --no-split.
authorJim Meyering <jim@meyering.net>
Sat, 2 Nov 1996 14:47:46 +0000 (14:47 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Nov 1996 14:47:46 +0000 (14:47 +0000)
Otherwise, the generated info files have 15-byte names and that
loses on systems with 14-byte max.

doc/Makefile.am

index 6640d20efe38d781f57890851122116588da4cd8..43d611b3d2801291734bbb4fbeda726eb4daa1b3 100644 (file)
@@ -4,3 +4,9 @@ info_TEXINFOS = fileutils.texi
 # FIXME: remove texinfo.tex when automake has been fixed to include it
 # automatically
 EXTRA_DIST = perm.texi getdate.texi texinfo.tex
+
+# 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
+# old systems.
+MAKEINFO = makeinfo --no-split