mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Pass the release number to the tools/mktarball.sh script.
Nits.
This commit is contained in:
parent
f2fa1e2afe
commit
29cabd4cd7
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue