1996-03-14 05:15:16 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
1996-02-13 05:21:44 +00:00
|
|
|
info_TEXINFOS = fileutils.texi
|
1996-06-16 18:47:30 +00:00
|
|
|
|
|
|
|
|
# FIXME: remove texinfo.tex when automake has been fixed to include it
|
|
|
|
|
# automatically
|
|
|
|
|
EXTRA_DIST = perm.texi getdate.texi texinfo.tex
|
1996-11-02 14:47:46 +00:00
|
|
|
|
|
|
|
|
# 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
|