mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-04 07:24:22 +08:00
15 lines
645 B
Makefile
15 lines
645 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-
|
|
info_TEXINFOS = fileutils.texi
|
|
|
|
EXTRA_DIST = perm.texi getdate.texi
|
|
|
|
# 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
|