Kaydet (Commit) 2872e8a6 authored tarafından Fred Drake's avatar Fred Drake

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

üst c93cf676
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment