Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5f420 commit fcb7adbCopy full SHA for fcb7adb
1 file changed
Doc/Makefile
@@ -202,11 +202,7 @@ postscript-$(PAPER)-$(RELEASE).tgz: ps
202
(cd paper-$(PAPER); $(MAKE) README)
203
(cd paper-$(PAPER); tar cf - *.ps README) | gzip -9 >$@
204
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:
+html-$(RELEASE).tgz: html
210
(cd $(HTMLDIR); tar cf - index.html ???/???.css ???/*.html */*.gif) \
211
| gzip -9 >$@
212
0 commit comments