diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-13 06:34:59 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-13 06:34:59 +0000 |
commit | 52ae5fe7b276deb9f1867077580183b740257884 (patch) | |
tree | 008c8942bf92591998a3d46b9e5ef96f7e320665 /libiberty | |
parent | f6069ff0900f338ab1f6fc14d7969030339fd5be (diff) | |
download | gcc-52ae5fe7b276deb9f1867077580183b740257884.tar.gz |
* Makefile.in (libiberty.html): Fix html generation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90572 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-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 9a14192c5eb..4e4e85a55c8 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 9f95c01327f..ffa4ba51d67 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 |