Commit 29cabd4c authored by Fred Drake's avatar Fred Drake

Pass the release number to the tools/mktarball.sh script.

Nits.
parent f2fa1e2a
......@@ -321,7 +321,7 @@ lib-info-$(RELEASE).tar.gz: info
(cd $(INFODIR); tar cf - python-???.info*) | gzip -9 >$@
latex-$(RELEASE).tar.gz:
$(srcdir)/tools/mktarball.sh
$(srcdir)/tools/mktarball.sh $(RELEASE)
pdf-$(RELEASE).tar.gz: all-pdf
(cd paper-$(PAPER); tar cf - $(PDFFILES)) | gzip -9 >$@
......@@ -330,8 +330,8 @@ postscript-$(RELEASE).tar.gz: all-ps
(cd paper-$(PAPER); tar cf - $(PSFILES)) | gzip -9 >$@
html-$(RELEASE).tar.gz:
tar cf - -C $(HTMLDIR) index.html ???/???.css ???/*.html */*.gif \
| gzip -9 >html-$(RELEASE).tar.gz
(cd html; tar cf - index.html ???/???.css ???/*.html */*.gif) \
| gzip -9 >$@
# convenience targets:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment