summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-30 15:58:45 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-30 15:58:45 (GMT)
commitab005d5f6c83b185e917980074d2fea7e6649d95 (patch)
tree5d16a16b979443cde71fcff877c4cab9d07f7e64 /Doc/Makefile
parent78608120de9ca75cab19eca12e8c735a5a26fdae (diff)
downloadcpython-ab005d5f6c83b185e917980074d2fea7e6649d95.zip
cpython-ab005d5f6c83b185e917980074d2fea7e6649d95.tar.gz
cpython-ab005d5f6c83b185e917980074d2fea7e6649d95.tar.bz2
Revert constraint on the GIF wildcard; we missed a few!
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 5faae61..3a5103e 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: