]> git.donarmstrong.com Git - lilypond.git/blobdiff - tex/SConscript
Again update of texinfo files from CVS.
[lilypond.git] / tex / SConscript
index 3b54745ef24da0abc31e290dff0bf62c1ee26e3a..e9feaa313111af9ff47ef19f12d7c0057971afc0 100644 (file)
@@ -1,7 +1,5 @@
 # -*-python-*-
 
-Import ('env')
-sources = env['src_glob'] (env, '*.tex') + ['latin1.enc']
-dir = 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')