summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2011-08-15 19:04:37 +0100
committerNick White <git@njw.me.uk>2011-08-15 19:04:37 +0100
commit3c31d9d7840ba019db002073764c0f8f2a749a2d (patch)
treeb9e2e8fd0ac038e27b02edc7ab8b7062c4a414b2 /Makefile
parent98a1a4ebde8b81d98c67c592066a28d6fb777995 (diff)
Remove tests from dist until they're updated
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 093033c..b3de6b3 100644
--- a/Makefile
+++ b/Makefile
@@ -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