Make sure the global module index is added to the HTML tarball.

This commit is contained in:
Fred Drake 1999-04-29 15:44:49 +00:00
parent 5cc0a9b252
commit 62e80138f4
1 changed files with 1 additions and 1 deletions

View File

@ -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: