]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/SConscript
Clean up buildscripts
[lilypond.git] / input / SConscript
index 7185004e326addf26aa39222f7a15a2e06e7ea1b..361c9027a6f55100df4338cbe8f4e0b08c461dfd 100644 (file)
@@ -1,12 +1,4 @@
 # -*-python-*-
 
-import os
-
-Import ('env')
-sources = env['src_glob'] (env, '*.ly')
-abc_sources = env['src_glob'] (env, '*.abc')
-abc = map (lambda x: os.path.splitext (x)[0], abc_sources)
-lys = map (env.Abc2ly, abc)
-
-examples = map (env.LilyPond, sources + abc)
-env.Alias ('doc', examples)
+Import ('env', 'mutopia')
+mutopia ()