OSDN Git Service

* Makefile.in (libiberty.html): Fix html generation.
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Nov 2004 06:34:59 +0000 (06:34 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Nov 2004 06:34:59 +0000 (06:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90572 138bc75d-0d04-0410-961f-82ee72b054a4

libiberty/ChangeLog
libiberty/Makefile.in

index 9a14192..4e4e85a 100644 (file)
@@ -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.
 
index 9f95c01..ffa4ba5 100644 (file)
@@ -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