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