aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-05-18 05:44:10 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-05-18 05:44:10 +0200
commit8eb1fca76826cd7083fa1efa28bf67a139162267 (patch)
treebb0ff53765c49be25cf75ab4e9370406f0ab122d
parent2cc0cdacc7c4fa2f03315bc46215bcac10d232bb (diff)
downloadcommon-data-8eb1fca76826cd7083fa1efa28bf67a139162267.tar
common-data-8eb1fca76826cd7083fa1efa28bf67a139162267.tar.gz
common-data-8eb1fca76826cd7083fa1efa28bf67a139162267.tar.bz2
common-data-8eb1fca76826cd7083fa1efa28bf67a139162267.tar.xz
common-data-8eb1fca76826cd7083fa1efa28bf67a139162267.zip
simplify as we only handle git
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1bbd5f0..1cfc14a 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,6 @@ clean:
# rules to build a distributable rpm
dist: menus checktag clean changelog
- rm -rf ../$(NAME)-$(VERSION)*.tar* $(NAME)-$(VERSION)
@git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz;
$(info $(NAME)-$(VERSION).tar.bz2 is ready)