From ee00e82a0312b75079080b233d0a6045720b45b2 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 2 Jan 2014 15:26:39 +0100 Subject: add make release --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1d059c7..e71ea33 100644 --- a/Makefile +++ b/Makefile @@ -44,3 +44,7 @@ clean: distclean: $(RM) -f *.o *~ README.html mpd-notification version.h config.h + +release: + git archive --format=tar.xz --prefix=mpd-notification-$(VERSION)/ $(VERSION) > mpd-notification-$(VERSION).tar.xz + gpg -ab mpd-notification-$(VERSION).tar.xz -- cgit v1.2.3-54-g00ecf