diff options
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 4c4e009..def95d5 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: |