From: Fred Drake Date: Wed, 29 Jul 1998 03:49:44 +0000 (+0000) Subject: Fix two remaining references to all-pdf and all-ps to only use pdf and ps. X-Git-Tag: v1.5.2a1~190 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d19b9d6c07a5aa11b74ae28067e3454ea2f5a59f;p=thirdparty%2FPython%2Fcpython.git Fix two remaining references to all-pdf and all-ps to only use pdf and ps. --- diff --git a/Doc/Makefile b/Doc/Makefile index c4043bf746bb..dd792dc04f9f 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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: