--plaintext for makeinfo.
Reported by Peter O'Gorman <peter@pogma.com>.
+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 ]
$(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
## ------------- ##