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:
parent
0b377537ec
commit
c2d8072343
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue