From: Karel Zak Date: Mon, 7 Mar 2022 13:17:11 +0000 (+0100) Subject: po-man: update variables in Makefile.am X-Git-Tag: v2.38-rc3~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ca582fb503c2dfc6c06d58d947b14392f3911db;p=thirdparty%2Futil-linux.git po-man: update variables in Makefile.am --- diff --git a/po-man/Makefile.am b/po-man/Makefile.am index 0802e6f130..212e113744 100644 --- a/po-man/Makefile.am +++ b/po-man/Makefile.am @@ -21,6 +21,8 @@ gen-trans: $(PO_STAMPS) asciidoc_man_cmd = $(ASCIIDOCTOR) \ -b manpage \ + -a 'release-version=$(VERSION)' \ + -a 'package-docdir=$(docdir)' \ -a 'VERSION=$(VERSION)' \ -a 'ADJTIME_PATH=$(ADJTIME_PATH)'