commit | 2872e8a654dbabaadbdeb513a962b0a23533dfe3 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Thu Sep 06 19:35:02 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Thu Sep 06 19:35:02 2001 +0000 |
tree | d31d0906a393dddca457a54858848a9193bcf4f2 | |
parent | c93cf676da1358de07e8c21883edf58e3da33c54 [diff] [blame] |
Do not rebuild html-$(RELEASE).tar every time we need to use it.
diff --git a/Doc/Makefile b/Doc/Makefile index fce0848..1e51903 100644 --- a/Doc/Makefile +++ b/Doc/Makefile
@@ -367,7 +367,7 @@ 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