From cf05f4728008217de54144c437a5433ce0ffbab2 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 1 Dec 2004 05:55:47 +0000 Subject: [PATCH] - 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 --- Doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/Makefile b/Doc/Makefile index 36ce6479b9b..f68e3f2dae3 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