Commit 88634604 authored by Fred Drake's avatar Fred Drake

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

many reasonable requests to keep them around.

Bump version number.
parent 29052482
...@@ -67,7 +67,7 @@ TOOLSDIR= tools ...@@ -67,7 +67,7 @@ TOOLSDIR= tools
# This is the *documentation* release, and is used to construct the file # This is the *documentation* release, and is used to construct the file
# names of the downloadable tarballs. # names of the downloadable tarballs.
RELEASE=2.0 RELEASE=2.1a2
# These must be declared phony since there # These must be declared phony since there
...@@ -330,8 +330,8 @@ bziplatex: latex-$(RELEASE).tar.bz2 ...@@ -330,8 +330,8 @@ bziplatex: latex-$(RELEASE).tar.bz2
bzips: bzippdf bzipps bziphtml bzips: bzippdf bzipps bziphtml
distfiles: tarballs zips distfiles: tarballs zips bzips
$(TOOLSDIR)/mksourcepkg --zip --gzip $(RELEASE) $(TOOLSDIR)/mksourcepkg --all $(RELEASE)
# Housekeeping targets # Housekeeping targets
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment