mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
meson: Fix man install dir
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
b15428d4bb
commit
0db18ba7d9
2 changed files with 3 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ foreach tuple : manpages
|
|||
configuration : man_data,
|
||||
)
|
||||
|
||||
mandirn = join_paths(get_option('mandir'), 'man' + section)
|
||||
mandirn = join_paths(mandir, 'man' + section)
|
||||
|
||||
custom_target(
|
||||
man + '-target',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue