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 7860812 commit ab005d5Copy full SHA for ab005d5
1 file changed
Doc/Makefile
@@ -217,7 +217,7 @@ postscript-$(PAPER)-$(RELEASE).tgz: ps
217
(cd paper-$(PAPER); tar cf - *.ps README) | gzip -9 >$@
218
219
html-$(RELEASE).tgz: html
220
- (cd $(HTMLDIR); tar cf - *index.html ???/*.css ???/*.html ???/*.gif) \
+ (cd $(HTMLDIR); tar cf - *index.html ???/*.css ???/*.html */*.gif) \
221
| gzip -9 >$@
222
223
# convenience targets:
0 commit comments