mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-06 08:03:25 +08:00
1291b1652a
Otherwise, the generated info files have 15-byte names and that loses on systems with 14-byte max.
13 lines
501 B
Makefile
13 lines
501 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
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
|