classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Make texi2html work for newer versions


From: Mark Wielaard
Subject: [cp-patches] FYI: Make texi2html work for newer versions
Date: Fri, 15 Jul 2005 10:53:38 +0200

Hi,

Newer texi2html versions are a bit more strict in what they expect.
This makes our html generation for texinfo files work nicely again.

2005-07-15  Mark Wielaard  <address@hidden>

       * hacking.texinfo: @setchapternewpage off.
       * vmintegration.texinfo: Likewise.
       * www.gnu.org/docs/Makefile: texi2info --ifinfo --ifhtml.

Committed,

Mark
Index: doc/hacking.texinfo
===================================================================
RCS file: /cvsroot/classpath/classpath/doc/hacking.texinfo,v
retrieving revision 1.37
diff -u -r1.37 hacking.texinfo
--- doc/hacking.texinfo 8 Jul 2005 16:01:40 -0000       1.37
+++ doc/hacking.texinfo 15 Jul 2005 08:52:58 -0000
@@ -5,7 +5,7 @@
 @settitle GNU Classpath Hacker's Guide
 @c %**end of header
 
address@hidden none
address@hidden off
 
 @ifinfo
 This file contains important information you will need to know if you
Index: doc/vmintegration.texinfo
===================================================================
RCS file: /cvsroot/classpath/classpath/doc/vmintegration.texinfo,v
retrieving revision 1.17
diff -u -r1.17 vmintegration.texinfo
--- doc/vmintegration.texinfo   24 Apr 2005 19:28:29 -0000      1.17
+++ doc/vmintegration.texinfo   15 Jul 2005 08:52:58 -0000
@@ -5,7 +5,7 @@
 @settitle GNU Classpath VM Integration Guide
 @c %**end of header
 
address@hidden none
address@hidden off
 
 @ifinfo
 This file contains important information you will need to know if you
Index: doc/www.gnu.org/docs/Makefile
===================================================================
RCS file: /cvsroot/classpath/classpath/doc/www.gnu.org/docs/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- doc/www.gnu.org/docs/Makefile       27 Nov 2003 14:49:58 -0000      1.4
+++ doc/www.gnu.org/docs/Makefile       15 Jul 2005 08:52:58 -0000
@@ -13,7 +13,7 @@
 WML_OBJS = $(patsubst %.wml,%.html,$(WML_SRC))
 
 %.html : %.texinfo
-       texi2html -monolithic $<
+       texi2html -monolithic --ifinfo --ifhtml $<
 #      texi2html -monolithic $<;
 #      cp $< $@
 #      echo '#!wml --include=..' > $@

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]