diff options
author | Nick White <git@njw.me.uk> | 2010-11-13 19:12:44 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-11-13 19:12:44 +0000 |
commit | d2d13536fe2a8871efd0ca6164043275e9961385 (patch) | |
tree | 76d647b6f6f024e4905a26d449255c164a7f55f2 /Makefile | |
parent | 3d293ecb997547ce48ab5ee3c6a83effddbbb0ae (diff) |
Release version 0.3v0.3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |