This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] html generation in libiberty


Now that all the ground work is out of the way... I checked in the below patch as obvious, as otherwise that .html file is not built. This more closely follows the conventions of other targets in gcc/gcc.


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


Doing diffs in libiberty:
*** libiberty/Makefile.in.~1~   Sat Jun  5 00:02:28 2004
--- libiberty/Makefile.in       Fri Nov 12 22:27:55 2004
*************** libiberty.dvi : $(srcdir)/libiberty.texi
*** 258,264 ****
        texi2dvi $(srcdir)/libiberty.texi

  libiberty.html : $(srcdir)/libiberty.texi $(TEXISRC)
!       $(MAKEINFO) --html -I$(srcdir) $(srcdir)/libiberty.texi

  @MAINT@$(srcdir)/functions.texi : stamp-functions
  @MAINT@       @true
--- 258,264 ----
        texi2dvi $(srcdir)/libiberty.texi

  libiberty.html : $(srcdir)/libiberty.texi $(TEXISRC)
!       $(MAKEINFO) --no-split --html -I$(srcdir) -o $@ $<

  @MAINT@$(srcdir)/functions.texi : stamp-functions
  @MAINT@       @true
--------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]