diff options
author | Nick White <git@njw.me.uk> | 2011-08-15 19:04:37 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-08-15 19:04:37 +0100 |
commit | 3c31d9d7840ba019db002073764c0f8f2a749a2d (patch) | |
tree | b9e2e8fd0ac038e27b02edc7ab8b7062c4a414b2 | |
parent | 98a1a4ebde8b81d98c67c592066a28d6fb777995 (diff) |
Remove tests from dist until they're updated
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ web/index.html: web/doap.ttl README dist: mkdir -p $(NAME)-$(VERSION) cp simplyread.js viable.js keybind.js icon.svg COPYING INSTALL README Makefile $(NAME)-$(VERSION) - cp -R gecko chromium tests $(NAME)-$(VERSION) + cp -R gecko chromium $(NAME)-$(VERSION) tar -c $(NAME)-$(VERSION) | bzip2 -c > $(NAME)-$(VERSION).tar.bz2 rm -rf $(NAME)-$(VERSION) echo $(NAME)-$(VERSION).tar.bz2 |