From: Fred Drake Date: Fri, 12 Feb 1999 21:42:23 +0000 (+0000) Subject: L2HARGS: Specify the HTML version we're producing, since this is what X-Git-Tag: v1.5.2b2~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5761b766b2135cd626f039e7a524d4d3c2d2ab5b;p=thirdparty%2FPython%2Fcpython.git L2HARGS: Specify the HTML version we're producing, since this is what we generate anyway. --- diff --git a/Doc/html/Makefile b/Doc/html/Makefile index 29561c854466..0fafaf4caa31 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 \