Add bzip2 archives back to the set of generated archives; we had way too

many reasonable requests to keep them around.

Bump version number.
This commit is contained in:
Fred Drake 2001-01-25 17:32:51 +00:00
parent 29052482d1
commit 8863460490
1 changed files with 3 additions and 3 deletions

View 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