From 3c31d9d7840ba019db002073764c0f8f2a749a2d Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 15 Aug 2011 19:04:37 +0100 Subject: Remove tests from dist until they're updated --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3