summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-01-25 17:32:51 (GMT)
committerFred Drake <fdrake@acm.org>2001-01-25 17:32:51 (GMT)
commit88634604900fffef5ba350b52404d5540047162a (patch)
tree76bea491fa583725b4e19472e3e3d40812eb5327 /Doc
parent29052482d145d199356dc79fd975e4eb2d735108 (diff)
downloadcpython-88634604900fffef5ba350b52404d5540047162a.zip
cpython-88634604900fffef5ba350b52404d5540047162a.tar.gz
cpython-88634604900fffef5ba350b52404d5540047162a.tar.bz2
Add bzip2 archives back to the set of generated archives; we had way too
many reasonable requests to keep them around. Bump version number.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 013307c..0bc2b2e 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -67,7 +67,7 @@ TOOLSDIR= tools
# This is the *documentation* release, and is used to construct the file
# names of the downloadable tarballs.
-RELEASE=2.0
+RELEASE=2.1a2
# These must be declared phony since there
@@ -330,8 +330,8 @@ bziplatex: latex-$(RELEASE).tar.bz2
bzips: bzippdf bzipps bziphtml
-distfiles: tarballs zips
- $(TOOLSDIR)/mksourcepkg --zip --gzip $(RELEASE)
+distfiles: tarballs zips bzips
+ $(TOOLSDIR)/mksourcepkg --all $(RELEASE)
# Housekeeping targets