summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2012-09-15 10:51:19 +0200
committerPierre Schmitz <pierre@archlinux.de>2012-09-15 10:51:19 +0200
commit74ad1607b55b0a8d932ebdd3e284ca3aabfab074 (patch)
treee3d30148e19e3b3246b04713b370b17272eca7b5
parent946d9181bf528d4d67feb88b4245ebe63ad4d71a (diff)
downloadw3watch-master.tar.gz
w3watch-master.tar.xz
prepare releaseHEADmaster
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2cbe520..faab00b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-V=1.0.2
+V=1.0.3
all:
@@ -9,6 +9,8 @@ install:
uninstall:
rm $(DESTDIR)/usr/bin/w3watch
rm $(DESTDIR)/usr/share/doc/w3watch/config.sample
+ rmdir $(DESTDIR)/usr/share/doc/w3watch/
dist:
git archive --format=tar --prefix=w3watch-$(V)/ $(V) | gzip -9 > w3watch-$(V).tar.gz
+ gpg --detach-sign --use-agent w3watch-$(V).tar.gz