L2HARGS: Specify the HTML version we're producing, since this is what

we generate anyway.
This commit is contained in:
Fred Drake 1999-02-12 21:42:23 +00:00
parent 2d2b6a0074
commit 5761b766b2
1 changed files with 3 additions and 0 deletions

View 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 \