Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8863460

Browse files
committed
Add bzip2 archives back to the set of generated archives; we had way too
many reasonable requests to keep them around. Bump version number.
1 parent 2905248 commit 8863460

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ TOOLSDIR= tools
6767

6868
# This is the *documentation* release, and is used to construct the file
6969
# names of the downloadable tarballs.
70-
RELEASE=2.0
70+
RELEASE=2.1a2
7171

7272

7373
# These must be declared phony since there
@@ -330,8 +330,8 @@ bziplatex: latex-$(RELEASE).tar.bz2
330330

331331
bzips: bzippdf bzipps bziphtml
332332

333-
distfiles: tarballs zips
334-
$(TOOLSDIR)/mksourcepkg --zip --gzip $(RELEASE)
333+
distfiles: tarballs zips bzips
334+
$(TOOLSDIR)/mksourcepkg --all $(RELEASE)
335335

336336

337337
# Housekeeping targets

0 commit comments

Comments
 (0)