1copy_files = [
2  'arranger.rst',
3  'event-viewer.rst',
4  'intro.rst',
5  'overview.rst',
6  'ruler.rst',
7  'toolbar.rst',
8  ]
9
10foreach f : copy_files
11  rst_files += configure_file (
12    copy: true,
13    input: f,
14    output: '@PLAINNAME@')
15endforeach
16
17