X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2FSConscript;h=a615862404423d6aff44b48f0238ff80f97d67db;hb=179e102a2b5fec3102af3cfa6e76ec259ac75d8a;hp=88143d3250941b44689af454193233cfe1116d1a;hpb=2b6a697fb743cf869858a1d58454d6192124a0d9;p=lilypond.git diff --git a/ly/SConscript b/ly/SConscript index 88143d3250..a615862404 100644 --- a/ly/SConscript +++ b/ly/SConscript @@ -1,7 +1,5 @@ # -*-python-*- -Import ('env') -sources = env['src_glob'] (env, '*.scm') -dir = env['sharedir_package_version'] + '/ly' -env.Install (dir, sources) -env.Alias ('install', dir) +Import ('env', 'install', 'src_glob') +sources = src_glob ('*.ly') +install (sources, env['sharedir_package_version'] + '/ly')