]> git.donarmstrong.com Git - lilypond.git/blob - tex/SConscript
* stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
[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')