summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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