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 7c86c59 commit 2335a30Copy full SHA for 2335a30
1 file changed
Doc/Makefile
@@ -199,7 +199,8 @@ pdf-$(PAPER)-$(RELEASE).tgz: pdf
199
(cd paper-$(PAPER); tar cf - *.pdf) | gzip -9 >$@
200
201
postscript-$(PAPER)-$(RELEASE).tgz: ps
202
- (cd paper-$(PAPER); tar cf - *.ps) | gzip -9 >$@
+ (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 \
0 commit comments