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

Skip to content

Commit 345b8df

Browse files
committed
Always use --dvips-safe when generating HTML for the standard documentation
since we do not have anything that causes dvips to be run except when PostScript is specifically requested, which is a separate target.
1 parent 3ce28e4 commit 345b8df

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,10 @@ MKDVI= $(PYTHON) ../tools/mkhowto --paper=$(PAPER) --dvi
7575
MKHTML= $(PYTHON) tools/mkhowto --html --about html/stdabout.dat \
7676
--address $(PYTHONDOCS) --up-link ../index.html \
7777
--up-title "Python Documentation Index" \
78-
--global-module-index "../modindex.html"
78+
--global-module-index "../modindex.html" --dvips-safe
7979
MKISILOHTML=$(PYTHON) tools/mkhowto --html --about html/stdabout.dat \
80-
--l2h-init perl/isilo.perl --numeric --split 1
80+
--l2h-init perl/isilo.perl --numeric --split 1 \
81+
--dvips-safe
8182
MKISILO= iSilo386 -U -y -rCR -d0
8283
MKPDF= $(PYTHON) ../tools/mkhowto --paper=$(PAPER) --pdf
8384
MKPS= $(PYTHON) ../tools/mkhowto --paper=$(PAPER) --ps

0 commit comments

Comments
 (0)