From a577aa2003aeadf8eb858dce2a5e4dc38e581d0a Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 19 Oct 2000 13:25:15 +0000 Subject: [PATCH] Remove the bzip2 archives from the "distfiles" target. There are not enough downloads to keep this around. --- Doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/Makefile b/Doc/Makefile index c52c74d38ce..70471f707ed 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -327,8 +327,8 @@ bziplatex: latex-$(RELEASE).tar.bz2 bzips: bzippdf bzipps bziphtml -distfiles: tarballs zips bzips - $(TOOLSDIR)/mksourcepkg --all $(RELEASE) +distfiles: tarballs zips + $(TOOLSDIR)/mksourcepkg --zip --gzip $(RELEASE) # Housekeeping targets