From 6bbaac5edd95e0d61869dbbbd1154d6e7383ee67 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Tue, 20 Jan 2015 21:50:25 +0100 Subject: [PATCH] Update release target. Exclude .git directory from tarball. --- confclerk.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5