]> granicus.if.org Git - procps-ng/commit
nls: Add all man pages to pot file
authorCraig Small <csmall@dropbear.xyz>
Mon, 28 Oct 2019 20:48:50 +0000 (07:48 +1100)
committerCraig Small <csmall@dropbear.xyz>
Mon, 28 Oct 2019 20:48:50 +0000 (07:48 +1100)
commitd5e3650fc3906ebad82bc36cf3cf89fc8ac98ee9
treef8e94c4129b6371beeddd9cd5a88795757ca5ad2
parentfead750c67a09810f42c714e7b9a676f70e8fe9d
nls: Add all man pages to pot file

The previous Makefile rule would only put the first required file
into the pot file because it used $< Unfortunately, due to how
po4a tools work, its not just a simple matter of changing it to $^
and you're done, but needs a foreach loop to add -m to each manpage
file.

This is a temporary fix, after some more work looking into po4a the
unified tool (called po4a) will be used.
man-po/Makefile.am