1997-11-09 19:06:53 +00:00
|
|
|
## Process this file with automake to produce Makefile.in -*-Makefile-*-
|
1996-02-13 05:21:44 +00:00
|
|
|
info_TEXINFOS = fileutils.texi
|
1996-06-16 18:47:30 +00:00
|
|
|
|
1997-07-13 23:20:39 +00:00
|
|
|
EXTRA_DIST = perm.texi getdate.texi
|
1996-11-02 14:47:46 +00:00
|
|
|
|
1998-11-21 17:43:41 +00:00
|
|
|
# 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
|
1996-11-02 14:47:46 +00:00
|
|
|
# old systems.
|
|
|
|
|
MAKEINFO = makeinfo --no-split
|