Do not rebuild html-$(RELEASE).tar every time we need to use it.
This commit is contained in:
parent
c93cf676da
commit
2872e8a654
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue