summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-04-03 17:46:48 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-04-03 17:46:48 +0000
commit60072c1f9d2bd8f7609a9c5ac6fc58df20dcad2d (patch)
tree5f6f22a04072f0b8b59bbf24c4896f88a183b536 /Makefile
parentf2f21093b7c06d33e8eb448f3cae5ddeb89346c6 (diff)
downloadldetect-60072c1f9d2bd8f7609a9c5ac6fc58df20dcad2d.tar
ldetect-60072c1f9d2bd8f7609a9c5ac6fc58df20dcad2d.tar.gz
ldetect-60072c1f9d2bd8f7609a9c5ac6fc58df20dcad2d.tar.bz2
ldetect-60072c1f9d2bd8f7609a9c5ac6fc58df20dcad2d.tar.xz
ldetect-60072c1f9d2bd8f7609a9c5ac6fc58df20dcad2d.zip
Add make dist-git target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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