diff options
author | Mike Stump <mrs@apple.com> | 2004-11-13 06:34:59 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2004-11-13 06:34:59 +0000 |
commit | 610784f0d1f99266818268ca310228a0db952e8f (patch) | |
tree | 008c8942bf92591998a3d46b9e5ef96f7e320665 | |
parent | ea27a394083d988060e9b407702fab79f5fe8cc0 (diff) | |
download | gcc-610784f0d1f99266818268ca310228a0db952e8f.zip gcc-610784f0d1f99266818268ca310228a0db952e8f.tar.gz gcc-610784f0d1f99266818268ca310228a0db952e8f.tar.bz2 |
* Makefile.in (libiberty.html): Fix html generation.
From-SVN: r90572
-rw-r--r-- | libiberty/ChangeLog | 2 | ||||
-rw-r--r-- | libiberty/Makefile.in | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 9a14192..4e4e85a 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -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. diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 9f95c01..ffa4ba5 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -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 |