mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-21 00:30:12 +01:00
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>
16 lines
329 B
Meson
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')
|