Do not rebuild html-$(RELEASE).tar every time we need to use it.

This commit is contained in:
Fred Drake 2001-09-06 19:35:02 +00:00
parent c93cf676da
commit 2872e8a654
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ postscript-$(PAPER)-$(RELEASE).zip: $(PSFILES) paper-$(PAPER)/README
rm -f $@ rm -f $@
cd paper-$(PAPER) && zip -q -9 ../$@ *.ps README cd paper-$(PAPER) && zip -q -9 ../$@ *.ps README
html-$(RELEASE).tar: html html-$(RELEASE).tar: $(ALLHTMLFILES)
cd $(HTMLDIR) && \ cd $(HTMLDIR) && \
tar cf ../html-$(RELEASE).tar *.html */*.css */*.html \ tar cf ../html-$(RELEASE).tar *.html */*.css */*.html \
*/*.gif */*.txt */*.gif */*.txt