X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2FSConscript;h=361c9027a6f55100df4338cbe8f4e0b08c461dfd;hb=153d42aac36f532da14fea117f593a917e8c14e1;hp=7185004e326addf26aa39222f7a15a2e06e7ea1b;hpb=2b6a697fb743cf869858a1d58454d6192124a0d9;p=lilypond.git diff --git a/input/SConscript b/input/SConscript index 7185004e32..361c9027a6 100644 --- a/input/SConscript +++ b/input/SConscript @@ -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 ()