repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
More Scheme vector quoting.
[lilypond.git]
/
scripts
/
SConscript
blob
a69a637a839766cdbd4b664d7f27c3ed80bacebf
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)