mirror of https://github.com/python/cpython
Fix two remaining references to all-pdf and all-ps to only use pdf and ps.
This commit is contained in:
parent
9f86b662d1
commit
d19b9d6c07
|
@ -366,10 +366,10 @@ lib-info-$(RELEASE).tgz: info
|
|||
latex-$(RELEASE).tgz:
|
||||
$(srcdir)/tools/mktarball.sh $(RELEASE)
|
||||
|
||||
pdf-$(PAPER)-$(RELEASE).tgz: all-pdf
|
||||
pdf-$(PAPER)-$(RELEASE).tgz: pdf
|
||||
(cd paper-$(PAPER); tar cf - $(PDFFILES)) | gzip -9 >$@
|
||||
|
||||
postscript-$(PAPER)-$(RELEASE).tgz: all-ps
|
||||
postscript-$(PAPER)-$(RELEASE).tgz: ps
|
||||
(cd paper-$(PAPER); tar cf - $(PSFILES)) | gzip -9 >$@
|
||||
|
||||
html-$(RELEASE).tgz:
|
||||
|
|
Loading…
Reference in New Issue