From: Ralf Wildenhues Date: Mon, 5 Sep 2005 06:16:43 +0000 (+0000) Subject: * Makefile.am (doc/notes.txt): Use --no-headers instead of X-Git-Tag: release-2-1b~531 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4164d41c942871e9202d4cbcbf8da5a4cf4b52e4;p=thirdparty%2Flibtool.git * Makefile.am (doc/notes.txt): Use --no-headers instead of --plaintext for makeinfo. Reported by Peter O'Gorman . --- diff --git a/ChangeLog b/ChangeLog index 24a1576ed..b2edaa683 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-09-05 Ralf Wildenhues + + * Makefile.am (doc/notes.txt): Use --no-headers instead of + --plaintext for makeinfo. + Reported by Peter O'Gorman . + 2005-09-04 Ralf Wildenhues * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [ aix ] diff --git a/Makefile.am b/Makefile.am index 88f9b7227..13ad258d4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -357,7 +357,7 @@ all-local: $(srcdir)/doc/notes.txt $(srcdir)/doc/notes.txt: $(srcdir)/doc/notes.texi cd $(srcdir)/doc && \ - $(MAKEINFO) --plaintext $(MAKEINFOFLAGS) -o notes.txt notes.texi + $(MAKEINFO) --no-headers $(MAKEINFOFLAGS) -o notes.txt notes.texi ## ------------- ##