X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tex%2FSConscript;h=e9feaa313111af9ff47ef19f12d7c0057971afc0;hb=0387f04497978e37b335a8b99eec905499d6ad0f;hp=0f4d33fa9ab53ed632051ddb4089d1669256c4fd;hpb=6b13be765d6b1181ed76eed6c987e3db37c03f5d;p=lilypond.git diff --git a/tex/SConscript b/tex/SConscript index 0f4d33fa9a..e9feaa3131 100644 --- a/tex/SConscript +++ b/tex/SConscript @@ -1,7 +1,5 @@ # -*-python-*- -Import ('env') -sources = env['src_glob'] (env, '*.tex') + ['latin1.enc'] -dir = env['DESTDIR'] + env['sharedir_package_version'] + '/tex' -env.Install (dir, sources) -env.Alias ('install', dir) +Import ('env', 'install', 'src_glob') +sources = src_glob ('*.tex') +install (sources, env['sharedir_package_version'] + '/tex')