From 0af3939953052c21d95509c42f59b3d0fd364a98 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Thu, 11 Sep 2014 21:02:06 +0000 Subject: [PATCH] Make release target depend on distclean target to ensure we have no compiled objects or Makefiles in the release tarball. --- confclerk.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confclerk.pro b/confclerk.pro index 1421de3..a8ff1b0 100644 --- a/confclerk.pro +++ b/confclerk.pro @@ -30,7 +30,7 @@ man.depends = data/$${TARGET}.pod releaseclean.commands = \ $(DEL_FILE) data/$${TARGET}.png data/$${TARGET}.1 ChangeLog $${TARGET}-$${VERSION}.tar.gz.asc -release.depends = releaseclean tarball signature +release.depends = distclean releaseclean tarball signature #releaseclean.CONFIG = phony tarball.target = $${TARGET}-$${VERSION}.tar.gz -- 2.39.5