1# you need to add here any files you add to the toc directory as well 2files = [ 3 'kiosk-shell.rst', 4 'libweston.rst', 5 'test-suite.rst', 6 'test-suite-api.rst', 7] 8 9foreach file : files 10 configure_file(input: file, output: file, copy: true) 11endforeach 12 13subdir('libweston') 14