From 60072c1f9d2bd8f7609a9c5ac6fc58df20dcad2d Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 3 Apr 2009 17:46:48 +0000 Subject: Add make dist-git target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 77c2ee5..a6f2dae 100644 --- a/Makefile +++ b/Makefile @@ -68,5 +68,9 @@ dist-svn: tar cfj ../$(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) +dist-git: + @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | bzip2 >../$(NAME)-$(VERSION).tar.bz2; + + log: svn2cl --authors ../common/username.xml --accum -- cgit v1.2.1