diff --git a/Doc/Makefile b/Doc/Makefile index 013307c8037..0bc2b2e1ce9 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -67,7 +67,7 @@ TOOLSDIR= tools # This is the *documentation* release, and is used to construct the file # names of the downloadable tarballs. -RELEASE=2.0 +RELEASE=2.1a2 # These must be declared phony since there @@ -330,8 +330,8 @@ bziplatex: latex-$(RELEASE).tar.bz2 bzips: bzippdf bzipps bziphtml -distfiles: tarballs zips - $(TOOLSDIR)/mksourcepkg --zip --gzip $(RELEASE) +distfiles: tarballs zips bzips + $(TOOLSDIR)/mksourcepkg --all $(RELEASE) # Housekeeping targets