commit | a577aa2003aeadf8eb858dce2a5e4dc38e581d0a | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Thu Oct 19 13:25:15 2000 +0000 |
committer | Fred Drake <fdrake@acm.org> | Thu Oct 19 13:25:15 2000 +0000 |
tree | a1e4fdbcd926a7fb1ed000535d0ced935040019a | |
parent | d2f5a9ac4b161018945cdb5e5a26a722ae86cdb9 [diff] [blame] |
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 c52c74d..70471f70 100644 --- a/Doc/Makefile +++ b/Doc/Makefile
@@ -327,8 +327,8 @@ bzips: bzippdf bzipps bziphtml -distfiles: tarballs zips bzips - $(TOOLSDIR)/mksourcepkg --all $(RELEASE) +distfiles: tarballs zips + $(TOOLSDIR)/mksourcepkg --zip --gzip $(RELEASE) # Housekeeping targets