From: Fred Drake Date: Thu, 6 Sep 2001 19:35:02 +0000 (+0000) Subject: Do not rebuild html-$(RELEASE).tar every time we need to use it. X-Git-Tag: v2.2a3~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2872e8a654dbabaadbdeb513a962b0a23533dfe3;p=thirdparty%2FPython%2Fcpython.git Do not rebuild html-$(RELEASE).tar every time we need to use it. --- diff --git a/Doc/Makefile b/Doc/Makefile index fce08488f6f2..1e51903d8748 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