summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-29 15:44:49 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-29 15:44:49 (GMT)
commit62e80138f4c157eb7ea903b9f566e96031e21a82 (patch)
tree2ebf9db93d6cee643884e3b0be2a8ac3683a28c9 /Doc
parent5cc0a9b252ac61dc79bf694c96e217e6e0097ec9 (diff)
downloadcpython-62e80138f4c157eb7ea903b9f566e96031e21a82.zip
cpython-62e80138f4c157eb7ea903b9f566e96031e21a82.tar.gz
cpython-62e80138f4c157eb7ea903b9f566e96031e21a82.tar.bz2
Make sure the global module index is added to the HTML tarball.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index def95d5..5faae61 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: