From b5fa774c22b2d15e0fe78465df7ef624df0a9f8c Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Thu, 19 Aug 2021 15:51:27 +0200 Subject: [PATCH] confclerk.pro: add --date parameter to pod2man call. --- confclerk.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = \ -- 2.39.5