]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/topdocs/SConscript
ee3bc664bde73d2c5313356fa9b861f8820b2645
[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.TELY, telys)
8
9 htmls = map (env.HTML, texis)
10 env.Alias ('doc', htmls)