aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-01-02 15:28:02 +0100
committerGravatar Christian Hesse <mail@eworm.de>2014-01-02 15:28:02 +0100
commit657667d2b6c10767c7f56205d90cb5cbfdfc6a2e (patch)
tree17bd0e906f20e7b547a71c6070415c5209f5c505 /Makefile
parent4fd873f078e56e4094dd400362e6da82221938e2 (diff)
downloadudev-block-notify-657667d2b6c10767c7f56205d90cb5cbfdfc6a2e.tar.gz
udev-block-notify-657667d2b6c10767c7f56205d90cb5cbfdfc6a2e.tar.zst
add make release
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6214e53..25be769 100644
--- a/Makefile
+++ b/Makefile
@@ -37,3 +37,7 @@ install-doc: README.html
clean:
$(RM) -f *.o *~ README.html udev-block-notify version.h
+
+release:
+ git archive --format=tar.xz --prefix=udev-block-notify-$(VERSION)/ $(VERSION) > udev-block-notify-$(VERSION).tar.xz
+ gpg -ab udev-block-notify-$(VERSION).tar.xz