L2HARGS: Specify the HTML version we're producing, since this is what
we generate anyway.
This commit is contained in:
parent
2d2b6a0074
commit
5761b766b2
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue