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 f2fa1e2 commit 29cabd4Copy full SHA for 29cabd4
1 file changed
Doc/Makefile
@@ -321,7 +321,7 @@ lib-info-$(RELEASE).tar.gz: info
321
(cd $(INFODIR); tar cf - python-???.info*) | gzip -9 >$@
322
323
latex-$(RELEASE).tar.gz:
324
- $(srcdir)/tools/mktarball.sh
+ $(srcdir)/tools/mktarball.sh $(RELEASE)
325
326
pdf-$(RELEASE).tar.gz: all-pdf
327
(cd paper-$(PAPER); tar cf - $(PDFFILES)) | gzip -9 >$@
@@ -330,8 +330,8 @@ postscript-$(RELEASE).tar.gz: all-ps
330
(cd paper-$(PAPER); tar cf - $(PSFILES)) | gzip -9 >$@
331
332
html-$(RELEASE).tar.gz:
333
- tar cf - -C $(HTMLDIR) index.html ???/???.css ???/*.html */*.gif \
334
- | gzip -9 >html-$(RELEASE).tar.gz
+ (cd html; tar cf - index.html ???/???.css ???/*.html */*.gif) \
+ | gzip -9 >$@
335
336
# convenience targets:
337
0 commit comments