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 <[EMAIL PROTECTED]>
* 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 [EMAIL PROTECTED] none [EMAIL PROTECTED] 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 [EMAIL PROTECTED] none [EMAIL PROTECTED] 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=..' > $@
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Classpath-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath-patches
