]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/topdocs/SConscript
* SConstruct: Configure only pristine build tree or on user
[lilypond.git] / Documentation / topdocs / SConscript
1 # -*-python-*-
2
3 import os
4
5 Import ('env')
6 telys = env['base_glob'] (env, '*.tely')
7 texis = env['base_glob'] (env, '*.texi') + map (env.TEXI, telys)
8
9 htmls = map (env.HTML, texis)
10 # map (env.HTML, ['AUTHORS.html',])
11 # map (env.HTML, ['AUTHORS.texi',])
12 env.Alias ('doc', htmls)
13