Commit fcefc525 authored by Fred Drake's avatar Fred Drake

Fix the HTML tarball target to generate the HTML if needed instead of

bombing.
parent 619474c5
......@@ -202,11 +202,7 @@ postscript-$(PAPER)-$(RELEASE).tgz: ps
(cd paper-$(PAPER); $(MAKE) README)
(cd paper-$(PAPER); tar cf - *.ps README) | gzip -9 >$@
html-$(RELEASE).tgz: $(HTMLDIR)/api/api.html $(HTMLDIR)/ext/ext.html \
$(HTMLDIR)/lib/lib.html $(HTMLDIR)/mac/mac.html \
$(HTMLDIR)/ref/ref.html $(HTMLDIR)/tut/tut.html
html-$(RELEASE).tgz:
html-$(RELEASE).tgz: html
(cd $(HTMLDIR); tar cf - index.html ???/???.css ???/*.html */*.gif) \
| gzip -9 >$@
......
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