From 74ad1607b55b0a8d932ebdd3e284ca3aabfab074 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 15 Sep 2012 10:51:19 +0200 Subject: prepare release --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-24-g4f1b