summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef28c47..cc9aff9 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,8 @@ index.html: doap.ttl README webheader.html
dist:
mkdir -p $(NAME)-$(VERSION)
- cp simplyread.js keybind.js COPYING INSTALL README $(NAME)-$(VERSION)
+ cp simplyread.js keybind.js COPYING INSTALL README Makefile $(NAME)-$(VERSION)
+ cp -R gecko chromium tests $(NAME)-$(VERSION)
tar -c $(NAME)-$(VERSION) | bzip2 -c > $(NAME)-$(VERSION).tar.bz2
gpg -b < $(NAME)-$(VERSION).tar.bz2 > $(NAME)-$(VERSION).tar.bz2.sig
rm -rf $(NAME)-$(VERSION)