X-Git-Url: http://git.claws-mail.org/?p=clawsker.git;a=blobdiff_plain;f=Makefile;h=93d96e8f7f88cdecbce0a11c549e171c5813bc0f;hp=83c54bb74786a169e02c01f55254913fc0544484;hb=81ad4d5a15ad57da1fe395e74a14edce8324ca76;hpb=a46a2aa7933883207f1aab5e520e6dd0bd69bb76 diff --git a/Makefile b/Makefile index 83c54bb..93d96e8 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.11 +VERSION ?= 0.7.13 PREFIX ?= /usr/local BINDIR = ${PREFIX}/bin DATADIR = ${PREFIX}/share @@ -23,7 +23,7 @@ all: build build: -mkdir build - sed -e "s,@PREFIX@,${PREFIX},;s,@LIBDIR@,${LIBDIR},;s,@VERSION@,${VERSION}," < ${NAME} > build/${NAME} + sed -e "s,@PREFIX@,${PREFIX},;s,@LIBDIR@,${LIBDIR},;s,@VERSION@,${VERSION},;s,@DATADIR@,${DATADIR}," < ${NAME} > build/${NAME} pod2man --release ${VERSION} -c '' ${NAME}.pod > build/${NAME}.1 ${MAKE} -C po build @@ -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: