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

Skip to content

Commit 29cabd4

Browse files
committed
Pass the release number to the tools/mktarball.sh script.
Nits.
1 parent f2fa1e2 commit 29cabd4

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
@@ -321,7 +321,7 @@ lib-info-$(RELEASE).tar.gz: info
321321
(cd $(INFODIR); tar cf - python-???.info*) | gzip -9 >$@
322322

323323
latex-$(RELEASE).tar.gz:
324-
$(srcdir)/tools/mktarball.sh
324+
$(srcdir)/tools/mktarball.sh $(RELEASE)
325325

326326
pdf-$(RELEASE).tar.gz: all-pdf
327327
(cd paper-$(PAPER); tar cf - $(PDFFILES)) | gzip -9 >$@
@@ -330,8 +330,8 @@ postscript-$(RELEASE).tar.gz: all-ps
330330
(cd paper-$(PAPER); tar cf - $(PSFILES)) | gzip -9 >$@
331331

332332
html-$(RELEASE).tar.gz:
333-
tar cf - -C $(HTMLDIR) index.html ???/???.css ???/*.html */*.gif \
334-
| gzip -9 >html-$(RELEASE).tar.gz
333+
(cd html; tar cf - index.html ???/???.css ???/*.html */*.gif) \
334+
| gzip -9 >$@
335335

336336
# convenience targets:
337337

0 commit comments

Comments
 (0)