meson: Respect mandir.

This commit is contained in:
orbea 2020-05-28 07:15:20 -07:00
parent 0b377537ec
commit c2d8072343
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ if get_option('with_docs')
'picom-version='+version,
'--format', 'manpage', '@INPUT@', '-D',
meson.current_build_dir()],
install: true, install_dir: 'share/man/man1/')
install: true,
install_dir: join_paths(get_option('mandir'), 'man1'))
endforeach
endif