Commit 610784f0 by Mike Stump Committed by Mike Stump

* Makefile.in (libiberty.html): Fix html generation.

From-SVN: r90572
parent ea27a394
2004-11-12 Mike Stump <mrs@apple.com>
* Makefile.in (libiberty.html): Fix html generation.
* libiberty.texi (Index): Fix html generation with makeinfo by
renaming this node to Manual Index.
......
......@@ -258,7 +258,7 @@ libiberty.dvi : $(srcdir)/libiberty.texi $(TEXISRC)
texi2dvi $(srcdir)/libiberty.texi
libiberty.html : $(srcdir)/libiberty.texi $(TEXISRC)
$(MAKEINFO) --html -I$(srcdir) $(srcdir)/libiberty.texi
$(MAKEINFO) --no-split --html -I$(srcdir) -o $@ $<
@MAINT@$(srcdir)/functions.texi : stamp-functions
@MAINT@ @true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment