mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 05:20:05 +01:00
I had a hard time figuring out all the steps relevant for this to work. Hopefully this brief summary and couple of links will help the next person writing their own script. See: #601
9 lines
208 B
Meson
9 lines
208 B
Meson
# you need to add here any files you add to the toc directory as well
|
|
sphinx_files += files(
|
|
'lua_api.rst',
|
|
'existing_scripts.rst',
|
|
'custom_scripts.rst',
|
|
)
|
|
|
|
subdir('lua_api')
|
|
subdir('existing_scripts')
|