summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2005-07-15 08:54:09 +0000
committerMark Wielaard <mark@klomp.org>2005-07-15 08:54:09 +0000
commite62fa8e88d7f2caf7109939e6819605ea550e559 (patch)
treedece981e51622d13ed01cb366f563c52a15f0fe4
parentd0d32bc1ec2dbe0aea6ae720e1de0c256d8e45e9 (diff)
downloadclasspath-e62fa8e88d7f2caf7109939e6819605ea550e559.tar.gz
* hacking.texinfo: @setchapternewpage off.
* vmintegration.texinfo: Likewise. * www.gnu.org/docs/Makefile: texi2info --ifinfo --ifhtml.
-rw-r--r--ChangeLog6
-rw-r--r--doc/hacking.texinfo2
-rw-r--r--doc/vmintegration.texinfo2
-rw-r--r--doc/www.gnu.org/docs/Makefile2
4 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index fec614512..af38a9fc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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=..' > $@