X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tex%2FSConscript;h=c9aed16582a5b68d170cdef37c71aeb2cb8bd053;hb=f122caaad45fafe7e76e65c04ec073be873b4cb0;hp=0f4d33fa9ab53ed632051ddb4089d1669256c4fd;hpb=661868d5a3e37b857f14b792e6639ec8c7914c27;p=lilypond.git diff --git a/tex/SConscript b/tex/SConscript index 0f4d33fa9a..c9aed16582 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') + ['latin1.enc'] +install (sources, env['sharedir_package_version'] + '/tex')