Kaydet (Commit) fe1e2078 authored tarafından Fred Drake's avatar Fred Drake

Constrain a wildcard a little more.

üst d03e9e34
......@@ -217,7 +217,7 @@ postscript-$(PAPER)-$(RELEASE).tgz: ps
(cd paper-$(PAPER); tar cf - *.ps README) | gzip -9 >$@
html-$(RELEASE).tgz: html
(cd $(HTMLDIR); tar cf - index.html ???/???.css ???/*.html */*.gif) \
(cd $(HTMLDIR); tar cf - index.html ???/???.css ???/*.html ???/*.gif) \
| gzip -9 >$@
# convenience targets:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment