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

Skip to content

Commit ab005d5

Browse files
committed
Revert constraint on the GIF wildcard; we missed a few!
1 parent 7860812 commit ab005d5

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)