X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tex%2FSConscript;h=e9feaa313111af9ff47ef19f12d7c0057971afc0;hb=0df300b3f8e5378f7d3ae1e7e37cb8fa33a99560;hp=c9aed16582a5b68d170cdef37c71aeb2cb8bd053;hpb=f122caaad45fafe7e76e65c04ec073be873b4cb0;p=lilypond.git diff --git a/tex/SConscript b/tex/SConscript index c9aed16582..e9feaa3131 100644 --- a/tex/SConscript +++ b/tex/SConscript @@ -1,5 +1,5 @@ # -*-python-*- Import ('env', 'install', 'src_glob') -sources = src_glob ('*.tex') + ['latin1.enc'] +sources = src_glob ('*.tex') install (sources, env['sharedir_package_version'] + '/tex')