X-Git-Url: http://git.claws-mail.org/?p=clawsker.git;a=blobdiff_plain;f=Makefile;h=93d96e8f7f88cdecbce0a11c549e171c5813bc0f;hp=787ca93e7c3a4b6b1a9bd123b5ec341fda2015dc;hb=81ad4d5a15ad57da1fe395e74a14edce8324ca76;hpb=17df8ab597411000b92597cf8515c18b130ed7c8 diff --git a/Makefile b/Makefile index 787ca93..93d96e8 100644 --- a/Makefile +++ b/Makefile @@ -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