X-Git-Url: http://git.claws-mail.org/?p=clawsker.git;a=blobdiff_plain;f=Makefile;h=787ca93e7c3a4b6b1a9bd123b5ec341fda2015dc;hp=bedc7b23db761ebdf0ed6083047da82181b4e7c8;hb=c2a36c12e18b57d646c0c497ffcfa5f68585de9c;hpb=e5772a4c03af2badf464bc8e7328e9c5f1e817e5 diff --git a/Makefile b/Makefile index bedc7b2..787ca93 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # # Clawsker Makefile -# Copyright 2007-2014 Ricardo Mones +# Copyright 2007-2015 Ricardo Mones # # 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 @@ -11,7 +11,7 @@ # NAME = clawsker -VERSION ?= 0.7.12 +VERSION ?= 0.7.13 PREFIX ?= /usr/local BINDIR = ${PREFIX}/bin DATADIR = ${PREFIX}/share @@ -49,7 +49,7 @@ dist: 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: