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