# you need to add here any files you add to the toc directory as well
files = [ 'compositor.rst', 'head.rst', 'output.rst', 'log.rst' ]
foreach file : files
configure_file(input: file, output: file, copy: true)
endforeach