Commit 345b8df2 authored by Fred Drake's avatar Fred Drake

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.
parent 3ce28e4b
......@@ -75,9 +75,10 @@ MKDVI= $(PYTHON) ../tools/mkhowto --paper=$(PAPER) --dvi
MKHTML= $(PYTHON) tools/mkhowto --html --about html/stdabout.dat \
--address $(PYTHONDOCS) --up-link ../index.html \
--up-title "Python Documentation Index" \
--global-module-index "../modindex.html"
--global-module-index "../modindex.html" --dvips-safe
MKISILOHTML=$(PYTHON) tools/mkhowto --html --about html/stdabout.dat \
--l2h-init perl/isilo.perl --numeric --split 1
--l2h-init perl/isilo.perl --numeric --split 1 \
--dvips-safe
MKISILO= iSilo386 -U -y -rCR -d0
MKPDF= $(PYTHON) ../tools/mkhowto --paper=$(PAPER) --pdf
MKPS= $(PYTHON) ../tools/mkhowto --paper=$(PAPER) --ps
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment