From 345b8df2c472ebce6caca99888ab2ef7bf55542a Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 30 Oct 2001 16:28:46 +0000 Subject: [PATCH] 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. --- Doc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Doc/Makefile b/Doc/Makefile index 432aa9e9229..7ad1220e62a 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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