]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/topdocs/SConscript
Clean up buildscripts
[lilypond.git] / Documentation / topdocs / SConscript
1 # -*-python-*-
2
3 Import ('env', 'src_glob', 'install')
4
5 tely = src_glob ('*.tely')
6 texi = src_glob ('*.texi') + map (env.TEXI, tely)
7
8 txt = map (env.TXT, texi)
9 html = map (env.HTML, texi)
10
11 env.Alias ('doc', txt)
12 env.Alias ('doc', html)
13
14 install (txt, env['sharedir_doc_package'])