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 | |
parent | cc48e628207fdf53157795987ee36aed3aad729a (diff) | |
download | mpd-notification-ee00e82a0312b75079080b233d0a6045720b45b2.tar.gz mpd-notification-ee00e82a0312b75079080b233d0a6045720b45b2.tar.zst |
add make release
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Makefile | 4 |
2 files changed, 6 insertions, 0 deletions
@@ -4,3 +4,5 @@ config.h mpd-notification README.html version.h +mpd-notification-*.tar.xz +mpd-notification-*.tar.xz.asc @@ -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 |