mirror of https://github.com/python/cpython.git
Constrain a wildcard a little more.
This commit is contained in:
parent
d03e9e34de
commit
fe1e207841
|
@ -217,7 +217,7 @@ postscript-$(PAPER)-$(RELEASE).tgz: ps
|
||||||
(cd paper-$(PAPER); tar cf - *.ps README) | gzip -9 >$@
|
(cd paper-$(PAPER); tar cf - *.ps README) | gzip -9 >$@
|
||||||
|
|
||||||
html-$(RELEASE).tgz: html
|
html-$(RELEASE).tgz: html
|
||||||
(cd $(HTMLDIR); tar cf - index.html ???/???.css ???/*.html */*.gif) \
|
(cd $(HTMLDIR); tar cf - index.html ???/???.css ???/*.html ???/*.gif) \
|
||||||
| gzip -9 >$@
|
| gzip -9 >$@
|
||||||
|
|
||||||
# convenience targets:
|
# convenience targets:
|
||||||
|
|
Loading…
Reference in New Issue