summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2011-06-23 19:33:44 +0100
committerNick White <git@njw.me.uk>2011-06-23 19:33:44 +0100
commit80b3d42668455c34d538db65a48fd7741114cc22 (patch)
treed047faadd07c678df0b5febb479a06aaa6fbf399
parent575c45e066404a85adbf8112f676ba89c7258daa (diff)
Prepare for v0.5
-rw-r--r--Makefile2
-rw-r--r--web/doap-src.ttl2
2 files changed, 2 insertions, 2 deletions
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)
diff --git a/web/doap-src.ttl b/web/doap-src.ttl
index a0ad5e6..e1b2a4d 100644
--- a/web/doap-src.ttl
+++ b/web/doap-src.ttl
@@ -48,7 +48,7 @@
:v0dot5 a doap:Version;
doap:revision "0.5";
- doap:created "2011-06-16";
+ doap:created "2011-06-23";
doap:file-release <WEBSITE/simplyread-0.5.tar.bz2>,
<WEBSITE/simplyread-0.5.xpi>,
<WEBSITE/simplyread-0.5.crx>.