summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-29 15:32:27 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-29 15:32:27 (GMT)
commitfe1e207841ab44f17ec06ed37f7e789d51fb5512 (patch)
tree8c48016df4a412b86db8a120fdd93cf57f3b5434 /Doc/Makefile
parentd03e9e34de47a0e39e0b182f04749a8a66fb2444 (diff)
downloadcpython-fe1e207841ab44f17ec06ed37f7e789d51fb5512.zip
cpython-fe1e207841ab44f17ec06ed37f7e789d51fb5512.tar.gz
cpython-fe1e207841ab44f17ec06ed37f7e789d51fb5512.tar.bz2
Constrain a wildcard a little more.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 4c4e009..def95d5 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -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: