wireplumber/docs/toc/meson.build
George Kiagiadakis 93c2e7d686 meson: refactor docs + gi build system
* 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
2021-05-25 14:19:53 +03:00

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')