mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-27 17:00:11 +01:00
17 lines
375 B
Meson
17 lines
375 B
Meson
# you need to add here any files you add to the toc directory as well
|
|
sphinx_files += files(
|
|
'index.rst',
|
|
'installing-wireplumber.rst',
|
|
'running-wireplumber-daemon.rst',
|
|
'daemon-configuration.rst',
|
|
'daemon-logging.rst',
|
|
'contributing.rst',
|
|
'community.rst',
|
|
'testing.rst',
|
|
'releases.rst',
|
|
'c_api.rst',
|
|
'lua_api.rst',
|
|
)
|
|
|
|
subdir('c_api')
|
|
subdir('lua_api')
|