1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

Use `AM_MAKEINFOFLAGS' rather than

overwriting `MAKEINFO', so that `missing' can do its job.
This commit is contained in:
Jim Meyering
2006-05-27 15:51:19 +00:00
parent 17fc4cd8ab
commit 837d12dd60

View File

@@ -11,7 +11,7 @@ EXTRA_DIST = perm.texi getdate.texi constants.texi doclicense.texi
# 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
AM_MAKEINFOFLAGS = --no-split
constants.texi: $(top_srcdir)/src/tail.c
LC_ALL=C \