From 88634604900fffef5ba350b52404d5540047162a Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 25 Jan 2001 17:32:51 +0000 Subject: Add bzip2 archives back to the set of generated archives; we had way too many reasonable requests to keep them around. Bump version number. --- Doc/Makefile | 6 +++--- 1 file 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 -- cgit v0.12