diff options
author | Christian Hesse <mail@eworm.de> | 2014-01-02 15:18:27 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-01-02 15:18:27 +0100 |
commit | e7fc94d886618eb8b4e761f59b463977348fe072 (patch) | |
tree | bc4ec027c77b1cd4a29fe4f6cb7fab96f33e42fd | |
parent | 1a7c70f44b496134a2d5e5236d072615ccd918a3 (diff) | |
download | cqrlogo-e7fc94d886618eb8b4e761f59b463977348fe072.tar.gz cqrlogo-e7fc94d886618eb8b4e761f59b463977348fe072.tar.zst |
add make release
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Makefile | 4 |
2 files changed, 6 insertions, 0 deletions
@@ -3,3 +3,5 @@ cqrlogo *.png README.html version.h +cqrlogo-*.tar.xz +cqrlogo-*.tar.xz.asc @@ -147,3 +147,7 @@ clean: distclean: $(RM) -f *.o *~ *.png README.html cqrlogo version.h config.h + +release: + git archive --format=tar.xz --prefix=cqrlogo-$(VERSION)/ $(VERSION) > cqrlogo-$(VERSION).tar.xz + gpg -ab cqrlogo-$(VERSION).tar.xz |