[Libosinfo] [libosinfo PATCH] meson: respect mandir option
Fabiano Fidêncio
fidencio at redhat.com
Sun Dec 8 23:09:55 UTC 2019
On Sun, Dec 8, 2019 at 12:38 PM Roman Bogorodskiy <bogorodskiy at gmail.com> wrote:
>
> Construct man installation dir from libosinfo_mandir instead of
> libosinfo_datadir.
>
> Signed-off-by: Roman Bogorodskiy <bogorodskiy at gmail.com>
> ---
> tools/meson.build | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/meson.build b/tools/meson.build
> index d24b167..0a95664 100644
> --- a/tools/meson.build
> +++ b/tools/meson.build
> @@ -54,7 +54,7 @@ if pod2man.found()
> output: file + '.1',
> input: file + '.c',
> install: true,
> - install_dir: join_paths(libosinfo_datadir, 'man', 'man1'),
> + install_dir: join_paths(libosinfo_mandir, 'man1'),
> build_by_default: true,
> command: [
> pod2man,
> --
> 2.23.0
>
>
> _______________________________________________
> Libosinfo mailing list
> Libosinfo at redhat.com
> https://www.redhat.com/mailman/listinfo/libosinfo
>
Reviewed-by: Fabiano Fidêncio <fidencio at redhat.com>
More information about the Libosinfo
mailing list