]> git.ipfire.org Git - thirdparty/pdns.git/commit
auth: Fix handling of man pages with meson
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 11 Feb 2025 09:55:01 +0000 (10:55 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 11 Feb 2025 10:06:38 +0000 (11:06 +0100)
commit4bd1ebf27cb43e76ef2e21ddb46728aededacb82
treea7c25fcaf995ca791d35a2dd763932150b5ff131
parent7854aef48de9bbf4cdffe5e7a532cfa108a73a48
auth: 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.
meson.build