* Makefile.am (web-manual): Use makeinfo, not texi2html.
+2005-02-12 Alexandre Duret-Lutz <adl@gnu.org>,
+ Peter O'Gorman <peter@pogma.com>
+
+ * Makefile.am (web-manual): Use makeinfo, not texi2html.
+
2005-02-12 Peter O'Gorman <peter@pogma.com>
* ChangeLog: Upped version to 1.5.15a.
## not to anybody else (inspiration from automake/Makefile.am). ##
## ---------------------------------------------------------------- ##
-TEXI2HTML = texi2html
+MAKEINFO = makeinfo
.PHONY: cvs-release
cvs-release: version-check prev-tarball cvs-news fetch cvs-commit cvs-dist deltas web-manual
.PHONY: web-manual
web-manual:
- @$(LN_S) $(top_srcdir)/doc/libtool.texi manual.texi
- $(TEXI2HTML) -I $(top_srcdir)/doc -monolithic -number -verbose manual.texi
- @rm -f manual.texi
+ $(MAKEINFO) -I $(top_srcdir)/doc --html --no-split -o manual.html \
+ $(top_srcdir)/doc/libtool.texi
+