diff options
author | Nick White <git@njw.me.uk> | 2010-11-17 23:24:18 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-11-17 23:24:18 +0000 |
commit | d0cd3bfe7e8271b6f82612a760ac7a2b87a2870d (patch) | |
tree | 190a2a39a35bfd7d26e310fbb3c9817f377749ed /Makefile | |
parent | 7820c48e4b03108c89d2620350034269c9391273 (diff) |
Include more in release tarballs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |