mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-28 23:20:10 +01:00
* Use custom_target() instead of configured shell scripts * Do not copy all the .rst files in the build directory * Setup dependencies between targets * Tidy up dependencies lookup * Remove unused files * Upgrade Doxyfile to the latest version and cleanup used options
13 lines
310 B
Meson
13 lines
310 B
Meson
# you need to add here any files you add to the toc directory as well
|
|
sphinx_files += files(
|
|
'installing-wireplumber.rst',
|
|
'running-wireplumber-daemon.rst',
|
|
'daemon-configuration.rst',
|
|
'daemon-logging.rst',
|
|
'contributing.rst',
|
|
'community.rst',
|
|
'testing.rst',
|
|
'lua_api.rst'
|
|
)
|
|
|
|
subdir('lua_api')
|