From dde8c756a02710206626e1745f2d03e74ee7ec98 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 2 Jan 2014 15:25:05 +0100 Subject: add make release --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0e40484..8ab7c1a 100644 --- a/Makefile +++ b/Makefile @@ -63,3 +63,7 @@ install-doc: README.html clean: $(RM) -f *.o *~ netlink-notify-*.png README.html netlink-notify version.h + +release: + git archive --format=tar.xz --prefix=netlink-notify-$(VERSION)/ $(VERSION) > netlink-notify-$(VERSION).tar.xz + gpg -ab netlink-notify-$(VERSION).tar.xz -- cgit v1.2.3-54-g00ecf