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 d03e9e3 commit fe1e207Copy full SHA for fe1e207
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