summaryrefslogtreecommitdiff
path: root/doc/www.gnu.org
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 /doc/www.gnu.org
parentd0d32bc1ec2dbe0aea6ae720e1de0c256d8e45e9 (diff)
downloadclasspath-e62fa8e88d7f2caf7109939e6819605ea550e559.tar.gz
* hacking.texinfo: @setchapternewpage off.
* vmintegration.texinfo: Likewise. * www.gnu.org/docs/Makefile: texi2info --ifinfo --ifhtml.
Diffstat (limited to 'doc/www.gnu.org')
-rw-r--r--doc/www.gnu.org/docs/Makefile2
1 files changed, 1 insertions, 1 deletions
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=..' > $@