]> git.ipfire.org Git - thirdparty/pdns.git/commit
rec: Fix handling of man pages with meson
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 11 Feb 2025 09:55:58 +0000 (10:55 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 11 Feb 2025 10:06:38 +0000 (11:06 +0100)
commit42b922a735ca53bd3faf4a3ad827f4bbe6c29a9f
tree6e32c5025c8bbb82f9bba484cb0fde29c64cbeec
parent4bd1ebf27cb43e76ef2e21ddb46728aededacb82
rec: Fix handling of man pages with meson

This commit moves to `custom_target` to build the man pages since
we don't want to have to explicitely run a different meson command
to build them. As opposed to `run_target`, `custom_target` does not
have access to the build and source roots via env variables, so the
man pages generation script now takes these as required parameters.
pdns/recursordist/meson.build