From: gregor herrmann Date: Thu, 11 Sep 2014 16:36:25 +0000 (+0000) Subject: confclerk.pro: fix typo in pod2man call. X-Git-Tag: 0.6.1~4 X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/commitdiff_plain/19d1f2e7b67096cc2361c25e6061c5ee1faa066b confclerk.pro: fix typo in pod2man call. --- diff --git a/confclerk.pro b/confclerk.pro index 46b17f8..1421de3 100644 --- a/confclerk.pro +++ b/confclerk.pro @@ -25,7 +25,7 @@ icon.depends = data/$${TARGET}.svg man.target = data/$${TARGET}.1 man.commands = \ - pod2man --utf8 --center=\"Offlince conference scheduler\" --release=\"Version $${VERSION}\" data/$${TARGET}.pod > data/$${TARGET}.1 + pod2man --utf8 --center=\"Offline conference scheduler\" --release=\"Version $${VERSION}\" data/$${TARGET}.pod > data/$${TARGET}.1 man.depends = data/$${TARGET}.pod releaseclean.commands = \