From e42d069327372c19381367998f28765b5e49d8b8 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 6 Oct 2015 08:09:04 +0200 Subject: add a new Makefile target 'release' to build release tarball --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 866c67c..2ea4584 100644 --- a/Makefile +++ b/Makefile @@ -50,4 +50,7 @@ uninstall: @echo removing manual page from ${DESTDIR}${MANPREFIX}/man1 @rm -f ${DESTDIR}${MANPREFIX}/man1/vis.1 +release: + git archive --format=tar.xz --prefix=vis-$(RELEASE)/ $(RELEASE) > vis-$(RELEASE).tar.xz + .PHONY: all clean dist install uninstall debug -- cgit v1.2.3