From d0cd3bfe7e8271b6f82612a760ac7a2b87a2870d Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 17 Nov 2010 23:24:18 +0000 Subject: Include more in release tarballs --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3