diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-12-05 01:08:44 +0100 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-12-05 01:08:44 +0100 |
commit | b702726e19cf56bad6e45ddd9436f4383a94cb83 (patch) | |
tree | f80e38dcceac72bdfd5689b533da025f21ebb3f8 /tex | |
parent | 82e0b3e6650028972af646278ef762dcb8246314 (diff) |
junk latin1.enc
Diffstat (limited to 'tex')
-rw-r--r-- | tex/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
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') |