]> git.donarmstrong.com Git - lilypond.git/blob - scm/SConscript
81afd435b4ff611cb063f284c5e444765fc47616
[lilypond.git] / scm / SConscript
1 # -*-python-*-
2
3 Import ('env')
4 sources = env['src_glob'] (env, '*.scm')
5 dir = env['DESTDIR'] + env['sharedir_package_version'] + '/scm'
6 env.Install (dir, sources)
7 env.Alias ('install', dir)