diff options
author | Fred Drake <fdrake@acm.org> | 2001-09-06 19:35:02 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-09-06 19:35:02 (GMT) |
commit | 2872e8a654dbabaadbdeb513a962b0a23533dfe3 (patch) | |
tree | d31d0906a393dddca457a54858848a9193bcf4f2 /Doc/Makefile | |
parent | c93cf676da1358de07e8c21883edf58e3da33c54 (diff) | |
download | cpython-2872e8a654dbabaadbdeb513a962b0a23533dfe3.zip cpython-2872e8a654dbabaadbdeb513a962b0a23533dfe3.tar.gz cpython-2872e8a654dbabaadbdeb513a962b0a23533dfe3.tar.bz2 |
Do not rebuild html-$(RELEASE).tar every time we need to use it.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index fce0848..1e51903 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 |