diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | doc/hacking.texinfo | 2 | ||||
-rw-r--r-- | doc/vmintegration.texinfo | 2 | ||||
-rw-r--r-- | doc/www.gnu.org/docs/Makefile | 2 |
4 files changed, 9 insertions, 3 deletions
@@ -1,3 +1,9 @@ +2005-07-15 Mark Wielaard <mark@klomp.org> + + * hacking.texinfo: @setchapternewpage off. + * vmintegration.texinfo: Likewise. + * www.gnu.org/docs/Makefile: texi2info --ifinfo --ifhtml. + 2005-07-14 Thomas Fitzsimmons <fitzsim@redhat.com> * gnu/java/awt/peer/gtk/GtkChoicePeer.java (choicePostItemEvent): diff --git a/doc/hacking.texinfo b/doc/hacking.texinfo index 240d93510..e97116fd5 100644 --- a/doc/hacking.texinfo +++ b/doc/hacking.texinfo @@ -5,7 +5,7 @@ @settitle GNU Classpath Hacker's Guide @c %**end of header -@setchapternewpage none +@setchapternewpage off @ifinfo This file contains important information you will need to know if you diff --git a/doc/vmintegration.texinfo b/doc/vmintegration.texinfo index c43133730..b6b986ff1 100644 --- a/doc/vmintegration.texinfo +++ b/doc/vmintegration.texinfo @@ -5,7 +5,7 @@ @settitle GNU Classpath VM Integration Guide @c %**end of header -@setchapternewpage none +@setchapternewpage off @ifinfo This file contains important information you will need to know if you diff --git a/doc/www.gnu.org/docs/Makefile b/doc/www.gnu.org/docs/Makefile index 30f86d208..1b7f8ca67 100644 --- a/doc/www.gnu.org/docs/Makefile +++ b/doc/www.gnu.org/docs/Makefile @@ -13,7 +13,7 @@ WML_SRC = $(patsubst ../../%, %, $(TEXI_SRC:.texinfo=.html)) $(wildcard *.wml) WML_OBJS = $(patsubst %.wml,%.html,$(WML_SRC)) %.html : %.texinfo - texi2html -monolithic $< + texi2html -monolithic --ifinfo --ifhtml $< # texi2html -monolithic $<; # cp $< $@ # echo '#!wml --include=..' > $@ |