]> git.donarmstrong.com Git - lilypond.git/blob - scripts/SConscript
65e1719d1431c464eeeda1e5fe51393a08788df4
[lilypond.git] / scripts / SConscript
1 # -*-python-*-
2
3 Import ('env')
4 sources = env['src_glob'] (env, '*.py')
5 gens = map (env.AT_COPY, sources)
6 dir = env['bindir']
7 env.Install (dir, gens)
8 env.Alias ('install', env['bindir'])
9
10 po = env.Command ('lilypond.po', sources, env['pocommand'])
11 env.Alias ('po-update', po)