1# you need to add here any files you add to the toc directory as well 2files = [ 3 'compositor.rst', 4 'head.rst', 5 'log.rst', 6 'output.rst', 7 'output-management.rst', 8] 9 10foreach file : files 11 configure_file(input: file, output: file, copy: true) 12endforeach 13 14subdir('images') 15