diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-19 13:25:15 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-19 13:25:15 (GMT) |
commit | a577aa2003aeadf8eb858dce2a5e4dc38e581d0a (patch) | |
tree | a1e4fdbcd926a7fb1ed000535d0ced935040019a /Doc/Makefile | |
parent | d2f5a9ac4b161018945cdb5e5a26a722ae86cdb9 (diff) | |
download | cpython-a577aa2003aeadf8eb858dce2a5e4dc38e581d0a.zip cpython-a577aa2003aeadf8eb858dce2a5e4dc38e581d0a.tar.gz cpython-a577aa2003aeadf8eb858dce2a5e4dc38e581d0a.tar.bz2 |
Remove the bzip2 archives from the "distfiles" target. There are not
enough downloads to keep this around.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index c52c74d..70471f70 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 |