]> granicus.if.org Git - python/commitdiff
Add bzip2 archives back to the set of generated archives; we had way too
authorFred Drake <fdrake@acm.org>
Thu, 25 Jan 2001 17:32:51 +0000 (17:32 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 25 Jan 2001 17:32:51 +0000 (17:32 +0000)
many reasonable requests to keep them around.

Bump version number.

Doc/Makefile

index 013307c80370dd201b85c874829f010bc16066a6..0bc2b2e1ce98c4058840ea4aae6fa44fd195f826 100644 (file)
@@ -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