aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2009-01-29 21:13:26 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2009-01-29 21:13:26 +0000
commitd584d09e44dac89fba78f12e8154ba0cd8a8e730 (patch)
tree656a610116aabe34749de5b97569d384ac6712b3 /Makefile
parent106326fee0a0ac9c9313d0fd3a086d127d367c1e (diff)
downloadmsec-d584d09e44dac89fba78f12e8154ba0cd8a8e730.tar
msec-d584d09e44dac89fba78f12e8154ba0cd8a8e730.tar.gz
msec-d584d09e44dac89fba78f12e8154ba0cd8a8e730.tar.bz2
msec-d584d09e44dac89fba78f12e8154ba0cd8a8e730.tar.xz
msec-d584d09e44dac89fba78f12e8154ba0cd8a8e730.zip
Added gitdist target to Makefile to build from git.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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 || :