X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2FSConscript;h=361c9027a6f55100df4338cbe8f4e0b08c461dfd;hb=6f664e0e318a1651f6fe9317a842bf9c7f476f08;hp=db73109641452bb75c4b6aa341c29d9843884902;hpb=128fc77d2c86e4e0b7716512073d7e448b00c802;p=lilypond.git diff --git a/input/SConscript b/input/SConscript index db73109641..361c9027a6 100644 --- a/input/SConscript +++ b/input/SConscript @@ -1,33 +1,4 @@ # -*-python-*- -import glob -import os - -here = os.getcwd () -reldir = str (Dir ('.').srcnode ()) -os.chdir (reldir) -sources = glob.glob ('*.ly') -abc_sources = glob.glob ('*.abc') -os.chdir (here) - -Import ('env') -#outdir = os.path.join (env['build'], reldir, env['out']) - -# examples = simple simple-song les-nereides puer-fragment wilhelmus paddy - -stems = map (lambda x: os.path.splitext (x)[0], sources) -abc_stems = map (lambda x: os.path.splitext (x)[0], abc_sources) -lys = map (env.Abc2ly, abc_stems) -examples = map (env.LilyPond, stems + abc_stems) -env.Alias ('doc', examples) - -LILYPOND_BIN = env['LILYPOND_BIN'] - -mfbuild = os.path.join (env['absbuild'], 'mf', env['out']) -#e.Depends ('doc', 'fonts') -env.Depends ('doc', mfbuild) -env.Depends ('doc', LILYPOND_BIN) - -#testing -all_sources = ['SConscript',] + sources + abc_sources -x = env.Tar (env['tarball'], all_sources) +Import ('env', 'mutopia') +mutopia ()