* Makefile.am (doc/notes.txt): Use --no-headers instead of

--plaintext for makeinfo.
Reported by Peter O'Gorman <peter@pogma.com>.
This commit is contained in:
Ralf Wildenhues 2005-09-05 06:16:43 +00:00
parent b5c83ecbe5
commit 4164d41c94
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2005-09-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* Makefile.am (doc/notes.txt): Use --no-headers instead of
--plaintext for makeinfo.
Reported by Peter O'Gorman <peter@pogma.com>.
2005-09-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [ aix ]

View File

@ -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
## ------------- ##