[Python-checkins] CVS: python/dist/src/Doc Makefile,1.230,1.231

Fred L. Drake fdrake@users.sourceforge.net
Tue, 30 Oct 2001 08:28:49 -0800


Update of /cvsroot/python/python/dist/src/Doc
In directory usw-pr-cvs1:/tmp/cvs-serv15846

Modified Files:
	Makefile 
Log Message:
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.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.230
retrieving revision 1.231
diff -C2 -d -r1.230 -r1.231
*** Makefile	2001/10/29 17:40:40	1.230
--- Makefile	2001/10/30 16:28:46	1.231
***************
*** 76,82 ****
  		--address $(PYTHONDOCS) --up-link ../index.html \
  		--up-title "Python Documentation Index" \
! 		--global-module-index "../modindex.html"
  MKISILOHTML=$(PYTHON) tools/mkhowto --html --about html/stdabout.dat \
! 		--l2h-init perl/isilo.perl --numeric --split 1
  MKISILO=   iSilo386 -U -y -rCR -d0
  MKPDF=	   $(PYTHON) ../tools/mkhowto --paper=$(PAPER) --pdf
--- 76,83 ----
  		--address $(PYTHONDOCS) --up-link ../index.html \
  		--up-title "Python Documentation Index" \
! 		--global-module-index "../modindex.html" --dvips-safe
  MKISILOHTML=$(PYTHON) tools/mkhowto --html --about html/stdabout.dat \
! 		--l2h-init perl/isilo.perl --numeric --split 1 \
! 		--dvips-safe
  MKISILO=   iSilo386 -U -y -rCR -d0
  MKPDF=	   $(PYTHON) ../tools/mkhowto --paper=$(PAPER) --pdf