diff options
-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 |