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

This commit is contained in:
Fred Drake 1998-07-29 03:49:44 +00:00
parent 9f86b662d1
commit d19b9d6c07
1 changed files with 2 additions and 2 deletions

View File

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