From 51b38443f7bdec389ec544c9c61f4b5fb3c4404e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 24 Mar 2012 15:20:50 +0000 Subject: (gitdist) rename as dist-git like other projects --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e638078..ebfc1e0 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ dist: cleandist tar cfa ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) -gitdist: cleandist +dist-git: cleandist git archive --prefix $(NAME)-$(VERSION)/ HEAD | bzip2 -9 > ../$(NAME)-$(VERSION).tar.bz2 rm -rf $(NAME)-$(VERSION) -- cgit v1.2.1