a2684005b6
The README for the IVI-shell is completely outdated. Update the documentation, add some more information on the IVI-shell use cases and explain how to use and customize the IVI-shell. Also convert the file to rst and move it to doc directory next to the kiosk-shell documentation. Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
17 lines
329 B
Meson
17 lines
329 B
Meson
# you need to add here any files you add to the toc directory as well
|
|
files = [
|
|
'kiosk-shell.rst',
|
|
'ivi-shell.rst',
|
|
'running-weston.rst',
|
|
'libweston.rst',
|
|
'test-suite.rst',
|
|
'test-suite-api.rst',
|
|
]
|
|
|
|
foreach file : files
|
|
configure_file(input: file, output: file, copy: true)
|
|
endforeach
|
|
|
|
subdir('images')
|
|
subdir('libweston')
|