From 3b64d3c3ca04f8433e78f65a264744b6e3c4f9b2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 28 Nov 2013 15:20:45 +0100 Subject: no need to have a gitdist rule --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0e6a6ff..91fc434 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,5 @@ install: all cleandist: rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2 -dist: gitdist - -gitdist: cleandist +dist: cleandist git archive --prefix $(PACKAGE)-$(VERSION)/ HEAD | xz -9 > $(PACKAGE)-$(VERSION).tar.xz -- cgit v1.2.1