- 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 36ce647..f68e3f2 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -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