Add bzip2 archives back to the set of generated archives; we had way too
many reasonable requests to keep them around. Bump version number.
This commit is contained in:
parent
29052482d1
commit
8863460490
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue