summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-07-29 03:49:44 (GMT)
committerFred Drake <fdrake@acm.org>1998-07-29 03:49:44 (GMT)
commitd19b9d6c07a5aa11b74ae28067e3454ea2f5a59f (patch)
tree87ec5956031d89e1167d87135e79ac9f31e09cdf /Doc/Makefile
parent9f86b662d146584c6f3f80d9452084ed40a8bdbf (diff)
downloadcpython-d19b9d6c07a5aa11b74ae28067e3454ea2f5a59f.zip
cpython-d19b9d6c07a5aa11b74ae28067e3454ea2f5a59f.tar.gz
cpython-d19b9d6c07a5aa11b74ae28067e3454ea2f5a59f.tar.bz2
Fix two remaining references to all-pdf and all-ps to only use pdf and ps.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index c4043bf..dd792dc 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: