]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix two remaining references to all-pdf and all-ps to only use pdf and ps.
authorFred Drake <fdrake@acm.org>
Wed, 29 Jul 1998 03:49:44 +0000 (03:49 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 29 Jul 1998 03:49:44 +0000 (03:49 +0000)
Doc/Makefile

index c4043bf746bba0578bc86a5525fe463c2dc12241..dd792dc04f9f1e36d26d362943d8b3331eeb3538 100644 (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: