From: Fred Drake Date: Thu, 29 Apr 1999 15:44:49 +0000 (+0000) Subject: Make sure the global module index is added to the HTML tarball. X-Git-Tag: v1.6a1~1412 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62e80138f4c157eb7ea903b9f566e96031e21a82;p=thirdparty%2FPython%2Fcpython.git Make sure the global module index is added to the HTML tarball. --- diff --git a/Doc/Makefile b/Doc/Makefile index def95d5b4c89..5faae61a6970 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: