Commit d19b9d6c authored by Fred Drake's avatar Fred Drake

Fix two remaining references to all-pdf and all-ps to only use pdf and ps.

parent 9f86b662
...@@ -366,10 +366,10 @@ lib-info-$(RELEASE).tgz: info ...@@ -366,10 +366,10 @@ lib-info-$(RELEASE).tgz: info
latex-$(RELEASE).tgz: latex-$(RELEASE).tgz:
$(srcdir)/tools/mktarball.sh $(RELEASE) $(srcdir)/tools/mktarball.sh $(RELEASE)
pdf-$(PAPER)-$(RELEASE).tgz: all-pdf pdf-$(PAPER)-$(RELEASE).tgz: pdf
(cd paper-$(PAPER); tar cf - $(PDFFILES)) | gzip -9 >$@ (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 >$@ (cd paper-$(PAPER); tar cf - $(PSFILES)) | gzip -9 >$@
html-$(RELEASE).tgz: html-$(RELEASE).tgz:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment