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