From: Fred Drake Date: Thu, 25 Jan 2001 17:32:51 +0000 (+0000) Subject: Add bzip2 archives back to the set of generated archives; we had way too X-Git-Tag: v2.1a2~182 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88634604900fffef5ba350b52404d5540047162a;p=python Add bzip2 archives back to the set of generated archives; we had way too many reasonable requests to keep them around. Bump version number. --- diff --git a/Doc/Makefile b/Doc/Makefile index 013307c803..0bc2b2e1ce 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