sources = [ 'baseof.html', 'home.html', ] foreach source : sources configure_file( input: source, output: source, copy: true, ) endforeach