aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2017-01-16 11:24:07 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2017-01-16 11:24:07 +0100
commite6fdb3e8f71297f3d71e6bbdbbeea9b60748f257 (patch)
treee5f0f332139bea76ddabc79d9b5c34a809437294
parent37b58c016cdaf80c98a1b6d286681f80fbd44658 (diff)
downloadcommon-data-e6fdb3e8f71297f3d71e6bbdbbeea9b60748f257.tar
common-data-e6fdb3e8f71297f3d71e6bbdbbeea9b60748f257.tar.gz
common-data-e6fdb3e8f71297f3d71e6bbdbbeea9b60748f257.tar.bz2
common-data-e6fdb3e8f71297f3d71e6bbdbbeea9b60748f257.tar.xz
common-data-e6fdb3e8f71297f3d71e6bbdbbeea9b60748f257.zip
fix message
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c8dc9cf..bd8edad 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ clean:
dist: menus checktag clean
@git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz;
- $(info $(NAME)-$(VERSION).tar.bz2 is ready)
+ $(info $(NAME)-$(VERSION).tar.xz is ready)
tag: checktag
git tag $(TAG); \