Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5761b76

Browse files
committed
L2HARGS: Specify the HTML version we're producing, since this is what
we generate anyway.
1 parent 2d2b6a0 commit 5761b76

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/html/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ KPSEWHICH= TEXINPUTS=$(TEXINPUTS) kpsewhich tex
2020

2121
BUILDINDEX= $(TOOLSDIR)/buildindex.py
2222

23+
# make it clear to l2h, since our support only generates HTML 4.0
24+
L2HARGS= -html_version 4.0
25+
2326
INDEXFILES=api/api.html \
2427
ext/ext.html \
2528
lib/lib.html \

0 commit comments

Comments
 (0)