From e62fa8e88d7f2caf7109939e6819605ea550e559 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Fri, 15 Jul 2005 08:54:09 +0000 Subject: * hacking.texinfo: @setchapternewpage off. * vmintegration.texinfo: Likewise. * www.gnu.org/docs/Makefile: texi2info --ifinfo --ifhtml. --- doc/www.gnu.org/docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/www.gnu.org') 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=..' > $@ -- cgit v1.2.1