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

bombing.
This commit is contained in:
Fred Drake 1999-01-12 20:32:39 +00:00
parent 7a5f420e67
commit fcb7adb6aa
1 changed files with 1 additions and 5 deletions

View File

@ -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 >$@