From e7fc94d886618eb8b4e761f59b463977348fe072 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 2 Jan 2014 15:18:27 +0100 Subject: add make release --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 07911d1..257625a 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3-54-g00ecf