summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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