From d19b9d6c07a5aa11b74ae28067e3454ea2f5a59f Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 29 Jul 1998 03:49:44 +0000 Subject: [PATCH] Fix two remaining references to all-pdf and all-ps to only use pdf and ps. --- Doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/Makefile b/Doc/Makefile index c4043bf746b..dd792dc04f9 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: