summaryrefslogtreecommitdiffstats
path: root/Doc/html
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-02-12 21:42:23 (GMT)
committerFred Drake <fdrake@acm.org>1999-02-12 21:42:23 (GMT)
commit5761b766b2135cd626f039e7a524d4d3c2d2ab5b (patch)
treef49175ad9163b69f82852c96a045f88f9efb0ec0 /Doc/html
parent2d2b6a0074e9409a90e440a699dbec5b4991378e (diff)
downloadcpython-5761b766b2135cd626f039e7a524d4d3c2d2ab5b.zip
cpython-5761b766b2135cd626f039e7a524d4d3c2d2ab5b.tar.gz
cpython-5761b766b2135cd626f039e7a524d4d3c2d2ab5b.tar.bz2
L2HARGS: Specify the HTML version we're producing, since this is what
we generate anyway.
Diffstat (limited to 'Doc/html')
-rw-r--r--Doc/html/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/html/Makefile b/Doc/html/Makefile
index 29561c8..0fafaf4 100644
--- a/Doc/html/Makefile
+++ b/Doc/html/Makefile
@@ -20,6 +20,9 @@ KPSEWHICH= TEXINPUTS=$(TEXINPUTS) kpsewhich tex
BUILDINDEX= $(TOOLSDIR)/buildindex.py
+# make it clear to l2h, since our support only generates HTML 4.0
+L2HARGS= -html_version 4.0
+
INDEXFILES=api/api.html \
ext/ext.html \
lib/lib.html \