diff --git a/doc/meson.build b/doc/meson.build index c2949d6b1..2deb4039f 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -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