mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson.build: set install tags on doc/man
These are predefined names in meson
This commit is contained in:
parent
2af5a90c90
commit
d0ec322434
1 changed files with 2 additions and 0 deletions
|
|
@ -210,6 +210,7 @@ html_target = custom_target('pipewire-docs',
|
|||
command: [ doxygen, doxyfile ],
|
||||
env: doxygen_env,
|
||||
install: true,
|
||||
install_tag: 'doc',
|
||||
install_dir: docdir)
|
||||
|
||||
|
||||
|
|
@ -230,6 +231,7 @@ foreach m : manpages
|
|||
depend_files : [ man_fixup ],
|
||||
capture : true,
|
||||
install : true,
|
||||
install_tag: 'man',
|
||||
install_dir : get_option('mandir') / 'man' + section
|
||||
)
|
||||
endforeach
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue