]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/topdocs/SConscript
*** empty log message ***
[lilypond.git] / Documentation / topdocs / SConscript
1 # -*-python-*-
2
3 Import ('env')
4 telys = env['glob'] (env, '*.tely')
5 texis = env['glob'] (env, '*.texi') + map (env.TEXI, telys)
6 htmls = map (env.HTML, texis)
7 env.Alias ('doc', htmls)
8