diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-04-03 17:46:48 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-04-03 17:46:48 +0000 |
commit | 60072c1f9d2bd8f7609a9c5ac6fc58df20dcad2d (patch) | |
tree | 5f6f22a04072f0b8b59bbf24c4896f88a183b536 /Makefile | |
parent | f2f21093b7c06d33e8eb448f3cae5ddeb89346c6 (diff) | |
download | ldetect-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-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |