commit | 62e80138f4c157eb7ea903b9f566e96031e21a82 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Thu Apr 29 15:44:49 1999 +0000 |
committer | Fred Drake <fdrake@acm.org> | Thu Apr 29 15:44:49 1999 +0000 |
tree | 2ebf9db93d6cee643884e3b0be2a8ac3683a28c9 | |
parent | 5cc0a9b252ac61dc79bf694c96e217e6e0097ec9 [diff] [blame] |
Make sure the global module index is added to the HTML tarball.
diff --git a/Doc/Makefile b/Doc/Makefile index def95d5..5faae61 100644 --- a/Doc/Makefile +++ b/Doc/Makefile
@@ -217,7 +217,7 @@ (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: