doc_sources = [
'Abstract-Algebra.rst',
'Differential-Equations.rst',
'Graphs-and-Discrete.rst',
'Interact.rst',
'Linear-Algebra.rst',
'Multivariable-Calculus.rst',
'NumAnalysis.rst',
'Number-Theory.rst',
'Statistics-and-Distributions.rst',
]
foreach file : doc_sources
doc_src += fs.copyfile(file)
endforeach