[Python-checkins] python/dist/src/Doc Makefile,1.279,1.280

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed Dec 1 06:55:50 CET 2004


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

Modified Files:
	Makefile 
Log Message:
- bump version number for "What's New" document
- don't create .tgz version of doc source package, since we're not
  generating that for the other formats either


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -d -r1.279 -r1.280
--- Makefile	5 Nov 2004 04:51:05 -0000	1.279
+++ Makefile	1 Dec 2004 05:55:47 -0000	1.280
@@ -122,7 +122,7 @@
 
 # The end of this should reflect the major/minor version numbers of
 # the release:
-WHATSNEW=whatsnew24
+WHATSNEW=whatsnew25
 
 # what's what
 MANDVIFILES=	paper-$(PAPER)/api.dvi paper-$(PAPER)/ext.dvi \
@@ -700,7 +700,7 @@
 	$(TOOLSDIR)/mkpkglist >pkglist.html
 
 distfiles:	paperdist edist
-	$(TOOLSDIR)/mksourcepkg --all $(RELEASE)
+	$(TOOLSDIR)/mksourcepkg --bzip2 --zip $(RELEASE)
 	$(TOOLSDIR)/mkpkglist >pkglist.html
 
 



More information about the Python-checkins mailing list