Files
wireplumber/docs/rst/scripts/meson.build
George Kiagiadakis c4a0f5317e meson: exclude rst files from being installed with the scripts
and add them nicely to the sphinx_files without referencing '..' paths
2023-12-13 16:31:50 +02:00

8 lines
177 B
Meson

# you need to add here any files you add to the toc directory as well
sphinx_files += files(
'existing_scripts.rst',
'default_nodes.rst',
'device.rst',
'linking.rst',
)