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