[Python-checkins] python/dist/src/Doc Makefile,1.272,1.273

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Tue Mar 23 14:26:57 EST 2004


Update of /cvsroot/python/python/dist/src/Doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9701

Modified Files:
	Makefile 
Log Message:
add the distutils modules to the global modules list


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.272
retrieving revision 1.273
diff -C2 -d -r1.272 -r1.273
*** Makefile	1 Oct 2003 18:49:55 -0000	1.272
--- Makefile	23 Mar 2004 19:26:54 -0000	1.273
***************
*** 362,370 ****
  
  html/modindex.html: $(TOOLSDIR)/support.py $(TOOLSDIR)/mkmodindex
  html/modindex.html: html/lib/lib.html html/mac/mac.html
  	cd html && \
! 	 $(PYTHON) ../$(TOOLSDIR)/mkmodindex --columns 4 \
  		--output modindex.html --address $(PYTHONDOCS) \
  		--favicon icons/pyfav.gif \
  		lib/modindex.html mac/modindex.html
  
--- 362,372 ----
  
  html/modindex.html: $(TOOLSDIR)/support.py $(TOOLSDIR)/mkmodindex
+ html/modindex.html: html/dist/dist.html
  html/modindex.html: html/lib/lib.html html/mac/mac.html
  	cd html && \
! 	 $(PYTHON) ../$(TOOLSDIR)/mkmodindex --columns 3 \
  		--output modindex.html --address $(PYTHONDOCS) \
  		--favicon icons/pyfav.gif \
+ 		dist/modindex.html \
  		lib/modindex.html mac/modindex.html
  




More information about the Python-checkins mailing list