diff options
author | Christian Hesse <mail@eworm.de> | 2014-01-02 15:25:05 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-01-02 15:25:05 +0100 |
commit | dde8c756a02710206626e1745f2d03e74ee7ec98 (patch) | |
tree | 6400ea3519dc67815f09dd86b564d7a4aeaa635a | |
parent | f5c2bc9fa415bb47772b76fc8765c6ac5e954f81 (diff) | |
download | netlink-notify-dde8c756a02710206626e1745f2d03e74ee7ec98.tar.gz netlink-notify-dde8c756a02710206626e1745f2d03e74ee7ec98.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 @@ netlink-notify-*.png netlink-notify README.html version.h +netlink-notify-*.tar.xz +netlink-notify-*.tar.xz.asc @@ -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 |