summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-11-13 19:12:44 +0000
committerNick White <git@njw.me.uk>2010-11-13 19:12:44 +0000
commitd2d13536fe2a8871efd0ca6164043275e9961385 (patch)
tree76d647b6f6f024e4905a26d449255c164a7f55f2 /Makefile
parent3d293ecb997547ce48ab5ee3c6a83effddbbb0ae (diff)
Release version 0.3v0.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1038850..0564ee6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = simplyread
-VERSION = 0.2
+VERSION = 0.3
index.html: doap.ttl README webheader.html
@echo making webpage
@@ -21,8 +21,6 @@ dist:
@tar -c $(NAME)-$(VERSION) | bzip2 -c > $(NAME)-$(VERSION).tar.bz2
@gpg -b < $(NAME)-$(VERSION).tar.bz2 > $(NAME)-$(VERSION).tar.bz2.sig
@rm -rf $(NAME)-$(VERSION)
- @ln -sf $(NAME)-$(VERSION).tar.bz2 latest.tar.bz2
- @ln -sf $(NAME)-$(VERSION).tar.bz2.sig latest.tar.bz2.sig
@echo $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION).tar.bz2.sig
xpi: simplyread.js gecko/install.rdf gecko/chrome.manifest gecko/chrome/content/simplyread.xul gecko/chrome/content/icon.svg