From: Fred Drake Date: Thu, 19 Oct 2000 13:25:15 +0000 (+0000) Subject: Remove the bzip2 archives from the "distfiles" target. There are not X-Git-Tag: v2.1a1~876 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a577aa2003aeadf8eb858dce2a5e4dc38e581d0a;p=thirdparty%2FPython%2Fcpython.git Remove the bzip2 archives from the "distfiles" target. There are not enough downloads to keep this around. --- diff --git a/Doc/Makefile b/Doc/Makefile index c52c74d38cea..70471f707ed3 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