doc_sources = [
'algebraic_geometry.rst',
'calculus.rst',
'conf.py',
'contributions.rst',
'elliptic_curves.rst',
'groups.rst',
'index.rst',
'interface_issues.rst',
'linear_algebra.rst',
'linear_codes.rst',
'modular_forms.rst',
'number_fields.rst',
'number_theory.rst',
'plotting.rst',
'polynomials.rst',
'rep_theory.rst',
'rings.rst',
]
foreach file : doc_sources
doc_src += fs.copyfile(file)
endforeach