1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2024-11-18 13:55:36 -05:00

meson: Respect mandir.

This commit is contained in:
orbea 2020-05-28 07:15:20 -07:00
parent 0b377537ec
commit c2d8072343

View file

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