mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
L2HARGS: Specify the HTML version we're producing, since this is what
we generate anyway.
This commit is contained in:
parent
2d2b6a0074
commit
5761b766b2
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue