From: gregor herrmann Date: Thu, 19 Aug 2021 13:51:27 +0000 (+0200) Subject: confclerk.pro: add --date parameter to pod2man call. X-Git-Tag: 0.7.1~1 X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/commitdiff_plain/b5fa774c22b2d15e0fe78465df7ef624df0a9f8c confclerk.pro: add --date parameter to pod2man call. --- diff --git a/confclerk.pro b/confclerk.pro index 8171399..ba1dea9 100644 --- a/confclerk.pro +++ b/confclerk.pro @@ -23,9 +23,10 @@ icon.target = data/$${TARGET}.png icon.commands = convert -transparent white data/$${TARGET}.svg data/$${TARGET}.png icon.depends = data/$${TARGET}.svg +TODAY = $$system(date +%F) man.target = data/$${TARGET}.1 man.commands = \ - pod2man --utf8 --center=\"Offline conference scheduler\" --release=\"Version $${VERSION}\" data/$${TARGET}.pod > data/$${TARGET}.1 + pod2man --utf8 --center=\"Offline conference scheduler\" --release=\"Version $${VERSION}\" --date \"$${TODAY}\" data/$${TARGET}.pod > data/$${TARGET}.1 man.depends = data/$${TARGET}.pod releaseclean.commands = \