summaryrefslogtreecommitdiff
path: root/doc/Makefile.in
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-11-02 14:53:43 +0000
committerJim Meyering <jim@meyering.net>1996-11-02 14:53:43 +0000
commit9b29731f084c5df09145286bb9eb918b633c08b3 (patch)
tree00eead89d1eb7f7d2d4bd9c6989d9856f011b6e5 /doc/Makefile.in
parenta140942848c2915a3ff527560103cca944a3e9df (diff)
downloadcoreutils-9b29731f084c5df09145286bb9eb918b633c08b3.tar.xz
.
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r--doc/Makefile.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 0d1b60231..570bff1ea 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -43,11 +43,15 @@ 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
mkinstalldirs = $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES =
-
-MAKEINFO = makeinfo
TEXI2DVI = texi2dvi
INFOS = fileutils.info fileutils.info[-0-9]*
INFO_DEPS = fileutils.info