From 80b3d42668455c34d538db65a48fd7741114cc22 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 23 Jun 2011 19:33:44 +0100 Subject: Prepare for v0.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b420f02..3882cbf 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ web/index.html: web/doap.ttl README dist: mkdir -p $(NAME)-$(VERSION) - cp simplyread.js keybind.js icon.svg COPYING INSTALL README Makefile $(NAME)-$(VERSION) + cp simplyread.js viable.js keybind.js icon.svg COPYING INSTALL README Makefile $(NAME)-$(VERSION) cp -R gecko chromium tests $(NAME)-$(VERSION) tar -c $(NAME)-$(VERSION) | bzip2 -c > $(NAME)-$(VERSION).tar.bz2 rm -rf $(NAME)-$(VERSION) -- cgit v1.2.3