aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-11-28 15:20:45 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-11-28 15:20:45 +0100
commit3b64d3c3ca04f8433e78f65a264744b6e3c4f9b2 (patch)
tree3e7efe5d3a05365948f29b43f39e379c8076f82e /Makefile
parentf0710b5ad5599263459e44c3ed4bb32225631c3b (diff)
downloadnet_monitor-3b64d3c3ca04f8433e78f65a264744b6e3c4f9b2.tar
net_monitor-3b64d3c3ca04f8433e78f65a264744b6e3c4f9b2.tar.gz
net_monitor-3b64d3c3ca04f8433e78f65a264744b6e3c4f9b2.tar.bz2
net_monitor-3b64d3c3ca04f8433e78f65a264744b6e3c4f9b2.tar.xz
net_monitor-3b64d3c3ca04f8433e78f65a264744b6e3c4f9b2.zip
no need to have a gitdist rule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0e6a6ff..91fc434 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,5 @@ install: all
cleandist:
rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2
-dist: gitdist
-
-gitdist: cleandist
+dist: cleandist
git archive --prefix $(PACKAGE)-$(VERSION)/ HEAD | xz -9 > $(PACKAGE)-$(VERSION).tar.xz