From d2d13536fe2a8871efd0ca6164043275e9961385 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sat, 13 Nov 2010 19:12:44 +0000 Subject: Release version 0.3 --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3