]> granicus.if.org Git - python/commitdiff
Always use --dvips-safe when generating HTML for the standard documentation
authorFred Drake <fdrake@acm.org>
Tue, 30 Oct 2001 16:28:46 +0000 (16:28 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 30 Oct 2001 16:28:46 +0000 (16:28 +0000)
since we do not have anything that causes dvips to be run except when
PostScript is specifically requested, which is a separate target.

Doc/Makefile

index 432aa9e9229c4c5b79188225b4c514e8fa4a7771..7ad1220e62a4d0ecd493d18fcf6214d99fd99833 100644 (file)
@@ -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