From: gregor herrmann Date: Tue, 20 Jan 2015 20:50:25 +0000 (+0100) Subject: Update release target. X-Git-Tag: 0.6.2~30 X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/commitdiff_plain/6bbaac5edd95e0d61869dbbbd1154d6e7383ee67 Update release target. Exclude .git directory from tarball. --- diff --git a/confclerk.pro b/confclerk.pro index 55a744d..7884308 100644 --- a/confclerk.pro +++ b/confclerk.pro @@ -42,7 +42,7 @@ tarball.commands = \ $${TARGET}-$${VERSION}/$${TARGET}-$${VERSION}.tar.gz \ $(DEL_FILE) -r $${TARGET}-$${VERSION}/$${TARGET}-$${VERSION} \ $${TARGET}-$${VERSION}/Makefile ; \ - tar -cz --exclude=.svn --exclude=*.tar.gz -f $$tarball.target $${TARGET}-$${VERSION} ; \ + tar -cz --exclude=.svn --exclude=.git --exclude=*.tar.gz -f $$tarball.target $${TARGET}-$${VERSION} ; \ $(DEL_FILE) -r $${TARGET}-$${VERSION} tarball.depends = changelog icon man