From 657667d2b6c10767c7f56205d90cb5cbfdfc6a2e Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 2 Jan 2014 15:28:02 +0100 Subject: add make release --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf