Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 62e8013

Browse files
committed
Make sure the global module index is added to the HTML tarball.
1 parent 5cc0a9b commit 62e8013

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ postscript-$(PAPER)-$(RELEASE).tgz: ps
217217
(cd paper-$(PAPER); tar cf - *.ps README) | gzip -9 >$@
218218

219219
html-$(RELEASE).tgz: html
220-
(cd $(HTMLDIR); tar cf - index.html ???/???.css ???/*.html ???/*.gif) \
220+
(cd $(HTMLDIR); tar cf - *index.html ???/*.css ???/*.html ???/*.gif) \
221221
| gzip -9 >$@
222222

223223
# convenience targets:

0 commit comments

Comments
 (0)