From: Fred Drake Date: Wed, 1 Dec 2004 05:55:47 +0000 (+0000) Subject: - bump version number for "What's New" document X-Git-Tag: v2.5a0~2330 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf05f4728008217de54144c437a5433ce0ffbab2;p=thirdparty%2FPython%2Fcpython.git - 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 --- diff --git a/Doc/Makefile b/Doc/Makefile index 36ce6479b9b9..f68e3f2dae37 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -122,7 +122,7 @@ EMACS= emacs # 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 @@ pkglist: $(TOOLSDIR)/mkpkglist >pkglist.html distfiles: paperdist edist - $(TOOLSDIR)/mksourcepkg --all $(RELEASE) + $(TOOLSDIR)/mksourcepkg --bzip2 --zip $(RELEASE) $(TOOLSDIR)/mkpkglist >pkglist.html