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