[Python-checkins] CVS: python/dist/src/Doc Makefile,1.211,1.212

Fred L. Drake fdrake@users.sourceforge.net
Thu, 01 Mar 2001 10:38:59 -0800


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

Modified Files:
	Makefile 
Log Message:

Use larger chunks for the HTML version of the Distutils documentation.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.211
retrieving revision 1.212
diff -C2 -r1.211 -r1.212
*** Makefile	2001/03/01 06:01:20	1.211
--- Makefile	2001/03/01 18:38:56	1.212
***************
*** 272,279 ****
  
  inst html/inst/inst.html: $(INSTFILES) perl/distutils.perl
! 	$(MKHTML) --dir html/inst inst/inst.tex
  
  dist html/dist/dist.html: $(DISTFILES) perl/distutils.perl
! 	$(MKHTML) --dir html/dist dist/dist.tex
  
  
--- 272,279 ----
  
  inst html/inst/inst.html: $(INSTFILES) perl/distutils.perl
! 	$(MKHTML) --dir html/inst --split 4 inst/inst.tex
  
  dist html/dist/dist.html: $(DISTFILES) perl/distutils.perl
! 	$(MKHTML) --dir html/dist --split 4 dist/dist.tex