mirror of
https://github.com/python/cpython.git
synced 2025-10-02 05:12:23 +00:00
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
1 changed files with 3 additions and 2 deletions
|
@ -75,9 +75,10 @@ MKDVI= $(PYTHON) ../tools/mkhowto --paper=$(PAPER) --dvi
|
||||||
MKHTML= $(PYTHON) tools/mkhowto --html --about html/stdabout.dat \
|
MKHTML= $(PYTHON) tools/mkhowto --html --about html/stdabout.dat \
|
||||||
--address $(PYTHONDOCS) --up-link ../index.html \
|
--address $(PYTHONDOCS) --up-link ../index.html \
|
||||||
--up-title "Python Documentation Index" \
|
--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 \
|
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
|
MKISILO= iSilo386 -U -y -rCR -d0
|
||||||
MKPDF= $(PYTHON) ../tools/mkhowto --paper=$(PAPER) --pdf
|
MKPDF= $(PYTHON) ../tools/mkhowto --paper=$(PAPER) --pdf
|
||||||
MKPS= $(PYTHON) ../tools/mkhowto --paper=$(PAPER) --ps
|
MKPS= $(PYTHON) ../tools/mkhowto --paper=$(PAPER) --ps
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue