weston/doc/sphinx/toc/libweston/meson.build
Marius Vlad eeef6be8e2 doc/sphinx: Include weston-config and shell-utils in docs
libweston contains weston_config and weston_shell_utils utilities
functions so include these in the sphinx documentation as well.

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
2023-01-09 22:13:07 +00:00

16 lines
329 B
Meson

# you need to add here any files you add to the toc directory as well
files = [
'compositor.rst',
'head.rst',
'log.rst',
'output.rst',
'output-management.rst',
'weston-config.rst',
'shell-utils.rst',
]
foreach file : files
configure_file(input: file, output: file, copy: true)
endforeach
subdir('images')