mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-24 14:24:59 +08:00
* 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:
parent
b5c83ecbe5
commit
4164d41c94
@ -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 ]
|
||||
|
@ -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
|
||||
|
||||
|
||||
## ------------- ##
|
||||
|
Loading…
Reference in New Issue
Block a user