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

Nits.
This commit is contained in:
Fred Drake 1998-05-11 18:53:07 +00:00
parent f2fa1e2afe
commit 29cabd4cd7

View file

@ -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: