1doc_sources = [ 2 'flowchart.dia', 3 'flowchart.pdf', 4 'flowchart.svg', 5 'meld-screenshot.png', 6 'workflow.png', 7] 8 9foreach file : doc_sources 10 doc_src += fs.copyfile(file) 11endforeach 12 13 14