From 837d12dd602dbbf4051a3c045333d3bf8ddd1800 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 27 May 2006 15:51:19 +0000 Subject: Use `AM_MAKEINFOFLAGS' rather than overwriting `MAKEINFO', so that `missing' can do its job. --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index b9f099550..b5e937144 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -11,7 +11,7 @@ EXTRA_DIST = perm.texi getdate.texi constants.texi doclicense.texi # Otherwise, it would also generate files with names like .info-[123], # and those names all map to one 14-byte name (.info-) on some crufty # old systems. -MAKEINFO = makeinfo --no-split +AM_MAKEINFOFLAGS = --no-split constants.texi: $(top_srcdir)/src/tail.c LC_ALL=C \ -- cgit v1.2.3-54-g00ecf