]> granicus.if.org Git - python/commitdiff
L2HARGS: Specify the HTML version we're producing, since this is what
authorFred Drake <fdrake@acm.org>
Fri, 12 Feb 1999 21:42:23 +0000 (21:42 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 12 Feb 1999 21:42:23 +0000 (21:42 +0000)
  we generate anyway.

Doc/html/Makefile

index 29561c854466c7d5fc63666ba3a4d3744794d508..0fafaf4caa31262c98841d099b7150a448cfd6e8 100644 (file)
@@ -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 \