diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-29 15:44:49 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-29 15:44:49 (GMT) |
commit | 62e80138f4c157eb7ea903b9f566e96031e21a82 (patch) | |
tree | 2ebf9db93d6cee643884e3b0be2a8ac3683a28c9 /Doc/Makefile | |
parent | 5cc0a9b252ac61dc79bf694c96e217e6e0097ec9 (diff) | |
download | cpython-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/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
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: |