From 2872e8a654dbabaadbdeb513a962b0a23533dfe3 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 6 Sep 2001 19:35:02 +0000 Subject: [PATCH] Do not rebuild html-$(RELEASE).tar every time we need to use it. --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index fce08488f6..1e51903d87 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -367,7 +367,7 @@ postscript-$(PAPER)-$(RELEASE).zip: $(PSFILES) paper-$(PAPER)/README rm -f $@ cd paper-$(PAPER) && zip -q -9 ../$@ *.ps README -html-$(RELEASE).tar: html +html-$(RELEASE).tar: $(ALLHTMLFILES) cd $(HTMLDIR) && \ tar cf ../html-$(RELEASE).tar *.html */*.css */*.html \ */*.gif */*.txt -- 2.40.0