]> git.donarmstrong.com Git - lilypond.git/commitdiff
junk latin1.enc
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 5 Dec 2006 00:08:44 +0000 (01:08 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 5 Dec 2006 00:08:44 +0000 (01:08 +0100)
tex/SConscript

index c9aed16582a5b68d170cdef37c71aeb2cb8bd053..e9feaa313111af9ff47ef19f12d7c0057971afc0 100644 (file)
@@ -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')