[Python-checkins] python/dist/src/Doc Makefile,1.277,1.278

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Fri Sep 17 22:23:50 CEST 2004


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

Modified Files:
	Makefile 
Log Message:
remove gzipped archives from the list of expected distributions


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.277
retrieving revision 1.278
diff -u -d -r1.277 -r1.278
--- Makefile	18 Aug 2004 22:27:04 -0000	1.277
+++ Makefile	17 Sep 2004 20:23:47 -0000	1.278
@@ -675,11 +675,11 @@
 
 bzips:		bzippdf bzipps bziphtml
 
-disthtml:	tarhtml bziphtml ziphtml
-distinfo:	tarinfo bzipinfo
-distps:		tarps bzipps zipps
-distpdf:	tarpdf bzippdf zippdf
-distlatex:	tarlatex bziplatex ziplatex
+disthtml:	bziphtml ziphtml
+distinfo:	bzipinfo
+distps:		bzipps zipps
+distpdf:	bzippdf zippdf
+distlatex:	bziplatex ziplatex
 
 # We use the "pkglist" target at the end of these to ensure the
 # package list is updated after building either of these; this seems a



More information about the Python-checkins mailing list