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

Skip to content

Commit fe1e207

Browse files
committed
Constrain a wildcard a little more.
1 parent d03e9e3 commit fe1e207

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ postscript-$(PAPER)-$(RELEASE).tgz: ps
217217
(cd paper-$(PAPER); tar cf - *.ps README) | gzip -9 >$@
218218

219219
html-$(RELEASE).tgz: html
220-
(cd $(HTMLDIR); tar cf - index.html ???/???.css ???/*.html */*.gif) \
220+
(cd $(HTMLDIR); tar cf - index.html ???/???.css ???/*.html ???/*.gif) \
221221
| gzip -9 >$@
222222

223223
# convenience targets:

0 commit comments

Comments
 (0)