* Makefile.in (libiberty.html): Fix html generation.
From-SVN: r90572
This commit is contained in:
parent
ea27a39408
commit
610784f0d1
@ -1,5 +1,7 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user