diff options
author | Fred Drake <fdrake@acm.org> | 2004-12-01 05:55:47 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-12-01 05:55:47 (GMT) |
commit | cf05f4728008217de54144c437a5433ce0ffbab2 (patch) | |
tree | 67c0923033ffef08922b0b001c812911f08640c8 /Doc/Makefile | |
parent | 2db7680771cd7b511d9d973bf894a9839df62db8 (diff) | |
download | cpython-cf05f4728008217de54144c437a5433ce0ffbab2.zip cpython-cf05f4728008217de54144c437a5433ce0ffbab2.tar.gz cpython-cf05f4728008217de54144c437a5433ce0ffbab2.tar.bz2 |
- 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
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 36ce647..f68e3f2 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 |