]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/SConscript
* SConstruct: Configure only pristine build tree or on user
[lilypond.git] / scripts / SConscript
index 5b71997af0f3b214ee95ec21337083787d125287..d69b615b8ae804d041360adca05ff54daa0d6738 100644 (file)
@@ -5,9 +5,6 @@ import os
 Import ('env')
 sources = env['src_glob'] (env, '*.py')
 gen_files = map (lambda x: os.path.splitext (x)[0], sources)
-gens = map (env.AT, sources)
+gens = map (env.AT_COPY, sources)
 dir = env['bindir']
 env.Install (dir, gen_files)
-#env.Install (dir, sources)
-#env.Install (dir, gens)
-#env.Alias ('install', dir)