From 4f5ce66beb0f6da3cb5eb63416d391211b66de8e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 29 Jul 2002 08:23:56 +0000 Subject: [PATCH] (MAKEINFO): Remove; it's a user-specified macro. Replace with: (AM_MAKEINFOFLAGS): New macro. (INSTALL): Use it. Use -o rather than --output, since "missing" does not grok --output. --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 315990d6..4ce92a59 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,9 +47,10 @@ html pdf: ## --------- ## pkgdata_DATA = INSTALL -MAKEINFO = @MAKEINFO@ --no-headers --no-validate --no-split +AM_MAKEINFOFLAGS = --no-headers --no-validate --no-split INSTALL: $(top_srcdir)/doc/install.texi - $(MAKEINFO) $(top_srcdir)/doc/install.texi --output=$(srcdir)/INSTALL + $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -o $(srcdir)/INSTALL \ + $(top_srcdir)/doc/install.texi maintainer-clean-local: -rm -rf autom4te.cache