From d584d09e44dac89fba78f12e8154ba0cd8a8e730 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Thu, 29 Jan 2009 21:13:26 +0000 Subject: Added gitdist target to Makefile to build from git. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 287ba3b..3a97c63 100644 --- a/Makefile +++ b/Makefile @@ -74,6 +74,9 @@ tar: dist: cleandist export tar +gitdist: cleandist + git archive --prefix $(PACKAGE)-$(VERSION)/ HEAD | bzip2 -9 > $(PACKAGE)-$(VERSION).tar.bz2 + changelog: svn up svn2cl --accum --authors=../common/username.xml -o ChangeLog || : -- cgit v1.2.1