diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-29 03:49:44 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-29 03:49:44 (GMT) |
commit | d19b9d6c07a5aa11b74ae28067e3454ea2f5a59f (patch) | |
tree | 87ec5956031d89e1167d87135e79ac9f31e09cdf /Doc/Makefile | |
parent | 9f86b662d146584c6f3f80d9452084ed40a8bdbf (diff) | |
download | cpython-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/Makefile | 4 |
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: |