]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Makefile.am (doc/notes.txt): Use --no-headers instead of
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 5 Sep 2005 06:16:43 +0000 (06:16 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 5 Sep 2005 06:16:43 +0000 (06:16 +0000)
--plaintext for makeinfo.
Reported by Peter O'Gorman <peter@pogma.com>.

ChangeLog
Makefile.am

index 24a1576ed055b26170ff087dd331575c0ee853ba..b2edaa683638837e04d8ec7191c55beae797e6d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 ]
index 88f9b7227f5c0b451fa5d9f9516823144ba78d45..13ad258d4edcf7f73a98151c4875858b5b8c62c3 100644 (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
 
 
 ## ------------- ##