Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fcb7adb

Browse files
committed
Fix the HTML tarball target to generate the HTML if needed instead of
bombing.
1 parent 7a5f420 commit fcb7adb

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Doc/Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,7 @@ postscript-$(PAPER)-$(RELEASE).tgz: ps
202202
(cd paper-$(PAPER); $(MAKE) README)
203203
(cd paper-$(PAPER); tar cf - *.ps README) | gzip -9 >$@
204204

205-
html-$(RELEASE).tgz: $(HTMLDIR)/api/api.html $(HTMLDIR)/ext/ext.html \
206-
$(HTMLDIR)/lib/lib.html $(HTMLDIR)/mac/mac.html \
207-
$(HTMLDIR)/ref/ref.html $(HTMLDIR)/tut/tut.html
208-
209-
html-$(RELEASE).tgz:
205+
html-$(RELEASE).tgz: html
210206
(cd $(HTMLDIR); tar cf - index.html ???/???.css ???/*.html */*.gif) \
211207
| gzip -9 >$@
212208

0 commit comments

Comments
 (0)