diff options
author | Christian Hesse <mail@eworm.de> | 2014-01-02 15:26:39 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-01-02 15:26:39 +0100 |
commit | ee00e82a0312b75079080b233d0a6045720b45b2 (patch) | |
tree | a71ec96037230fa26d899be6cd65c395c4652f31 /Makefile | |
parent | cc48e628207fdf53157795987ee36aed3aad729a (diff) | |
download | mpd-notification-ee00e82a0312b75079080b233d0a6045720b45b2.tar.gz mpd-notification-ee00e82a0312b75079080b233d0a6045720b45b2.tar.zst |
add make release
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |