aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-02-09 19:39:58 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-02-09 19:39:58 +0100
commit9d8340f3ef384586ebcf56ee87fbb4778c4d90a4 (patch)
tree49b997b7a5959b158c11e08ae986661084e85ead /Makefile
parentbfcdd6b291e0f18c1203f09236369994973ef6c0 (diff)
downloadmsec-9d8340f3ef384586ebcf56ee87fbb4778c4d90a4.tar
msec-9d8340f3ef384586ebcf56ee87fbb4778c4d90a4.tar.gz
msec-9d8340f3ef384586ebcf56ee87fbb4778c4d90a4.tar.bz2
msec-9d8340f3ef384586ebcf56ee87fbb4778c4d90a4.tar.xz
msec-9d8340f3ef384586ebcf56ee87fbb4778c4d90a4.zip
drop cleandist rule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 9234d44..13c5a47 100644
--- a/Makefile
+++ b/Makefile
@@ -80,16 +80,13 @@ install: all
# locale
$(MAKE) -C po $@
-cleandist:
- rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2
-
tar:
tar cfj $(PACKAGE)-$(VERSION).tar.bz2 $(PACKAGE)-$(VERSION)
rm -rf $(PACKAGE)-$(VERSION)
-dist: cleandist export tar
+dist: export tar
-gitdist: cleandist
+gitdist:
git archive --prefix $(PACKAGE)-$(VERSION)/ HEAD | bzip2 -9 > $(PACKAGE)-$(VERSION).tar.bz2
changelog: