Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2905248 commit 8863460Copy full SHA for 8863460
1 file changed
Doc/Makefile
@@ -67,7 +67,7 @@ TOOLSDIR= tools
67
68
# This is the *documentation* release, and is used to construct the file
69
# names of the downloadable tarballs.
70
-RELEASE=2.0
+RELEASE=2.1a2
71
72
73
# These must be declared phony since there
@@ -330,8 +330,8 @@ bziplatex: latex-$(RELEASE).tar.bz2
330
331
bzips: bzippdf bzipps bziphtml
332
333
-distfiles: tarballs zips
334
- $(TOOLSDIR)/mksourcepkg --zip --gzip $(RELEASE)
+distfiles: tarballs zips bzips
+ $(TOOLSDIR)/mksourcepkg --all $(RELEASE)
335
336
337
# Housekeeping targets
0 commit comments