X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/blobdiff_plain/118b9820877078ad7a92b245f6b4c91ab9fbf8cc..80589bbd26540449bb409744dfaffbf889ace7d5:/confclerk.pro diff --git a/confclerk.pro b/confclerk.pro index 74c0bc5..0b8db1a 100644 --- a/confclerk.pro +++ b/confclerk.pro @@ -13,7 +13,6 @@ SUBDIRS = src include(src/global.pri) -QMAKE_DISTCLEAN += data/$${TARGET}.png data/$${TARGET}.1 ChangeLog QMAKE_EXTRA_TARGETS += changelog icon man release tarball changelog.target = ChangeLog @@ -36,10 +35,10 @@ tarball.commands = \ $(DEL_FILE) -r $${TARGET}-$${VERSION} ; \ $(MKDIR) $${TARGET}-$${VERSION} ; \ $(COPY_DIR) * $${TARGET}-$${VERSION}/ ; \ - $(DEL_FILE) $${TARGET}-$${VERSION}/*.pro.user \ + $(DEL_FILE) $${TARGET}-$${VERSION}/*.pro.user* \ $${TARGET}-$${VERSION}/$${TARGET}-$${VERSION}.tar.gz \ $(DEL_FILE) -r $${TARGET}-$${VERSION}/$${TARGET}-$${VERSION} \ $${TARGET}-$${VERSION}/Makefile ; \ - tar -cz --exclude=.svn -f $$tarball.target $${TARGET}-$${VERSION} ; \ + tar -cz --exclude=.svn --exclude=*.tar.gz -f $$tarball.target $${TARGET}-$${VERSION} ; \ $(DEL_FILE) -r $${TARGET}-$${VERSION} tarball.depends = changelog icon man