From d1f47d66bf1f26514803324000b360477222442e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sun, 1 Jul 2012 15:03:13 +0000 Subject: add tar-git target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 595ae63..fb7634c 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,9 @@ tar: tar cvaf $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION) rm -rf $(PACKAGE)-$(VERSION) +tar-git + @git archive --prefix=$(PACKAGE)-$(VERSION)/ HEAD | xz > $(PACKAGE)-$(VERSION).tar.xz; + dist: cleandist localcopy tar .PHONY: ChangeLog log changelog -- cgit v1.2.1