]> git.donarmstrong.com Git - lilypond.git/blob - tex/SConscript
teTeX-3.0 fix: install .enc in fonts/enc. Add
[lilypond.git] / tex / SConscript
1 # -*-python-*-
2
3 Import ('env', 'install', 'src_glob')
4 sources = src_glob ('*.tex') + ['latin1.enc']
5 install (sources, env['sharedir_package_version'] + '/tex')