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.
This commit is contained in:
parent
3ce28e4bd0
commit
345b8df2c4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue