(MAKEINFO): Set to makeinfo --no-split.
[platform/upstream/coreutils.git] / doc / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 info_TEXINFOS = fileutils.texi
3
4 # FIXME: remove texinfo.tex when automake has been fixed to include it
5 # automatically
6 EXTRA_DIST = perm.texi getdate.texi texinfo.tex
7
8 # Tell makeinfo to put everything in a single info file: sh-utils.info.
9 # Otherwise, it would also generate files with names like sh-utils.info-[123],
10 # and those names all map to one 14-byte name (sh-utils.info-) on some crufty
11 # old systems.
12 MAKEINFO = makeinfo --no-split