weston/doc/sphinx/toc/libweston/meson.build
Marius Vlad d76a89c9d8 debug-flight-recorder.rst: Describe how to grab flight recorder
As I found myself writing these for a MR think it would better
to have to easily available to point people to.

Another small change is that since c706e1f8c8 we no longer
default subscribe to drm-backend for the flight recorder so update docs
as well. Combined with this new file should actually explain better how
to make use of it.

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
2025-05-13 10:10:23 +03:00

17 lines
366 B
Meson

# you need to add here any files you add to the toc directory as well
files = [
'compositor.rst',
'head.rst',
'debug-flight-recorder.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')