Switch release tarball to xz format
[clawsker.git] / Makefile
index eb14f982eda8afc78fa7540113973de4c70db588..787ca93e7c3a4b6b1a9bd123b5ec341fda2015dc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,17 @@
 #
 #
-# Clawsker makefile
+# Clawsker Makefile
+# Copyright 2007-2015 Ricardo Mones <ricardo@mones.org>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# See COPYING file for license details.
 #
 
 NAME = clawsker
 #
 
 NAME = clawsker
-VERSION ?= 0.7.9
+VERSION ?= 0.7.13
 PREFIX ?= /usr/local
 BINDIR = ${PREFIX}/bin
 DATADIR = ${PREFIX}/share
 PREFIX ?= /usr/local
 BINDIR = ${PREFIX}/bin
 DATADIR = ${PREFIX}/share
@@ -41,7 +49,7 @@ dist:
        cp -p AUTHORS ChangeLog.old clawsker clawsker.pod \
                COPYING Makefile NEWS README ${NAME}-${VERSION}
        cp -rp po ${NAME}-${VERSION}
        cp -p AUTHORS ChangeLog.old clawsker clawsker.pod \
                COPYING Makefile NEWS README ${NAME}-${VERSION}
        cp -rp po ${NAME}-${VERSION}
-       tar czf ${NAME}-${VERSION}.tar.gz ${NAME}-${VERSION} \
+       tar cJf ${NAME}-${VERSION}.tar.xz ${NAME}-${VERSION} \
                && rm -rf ${NAME}-${VERSION}
 
 clean-build:
                && rm -rf ${NAME}-${VERSION}
 
 clean-build: