diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |