X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2FSConscript;h=5813e917118c1da50f2c059e8761aa916616500e;hb=32f94c0dcd2384f0cba842709c7aa9d4b186efbc;hp=1fe44ad51ce7649b57cc54bb7112665582165726;hpb=de2793fd6c4b5a4a8625d3afcab00f46c17bf58f;p=lilypond.git diff --git a/Documentation/SConscript b/Documentation/SConscript index 1fe44ad51c..5813e91711 100644 --- a/Documentation/SConscript +++ b/Documentation/SConscript @@ -1,25 +1,5 @@ # -*-python-*- -import glob -import os - Import ('env') -here = os.getcwd () -reldir = str (Dir ('.').srcnode ()) -os.chdir (reldir) -sources = ['index.html.in', 'texinfo.css'] -os.chdir (here) -outdir = os.path.join (env['build'], reldir, env['out']) - -all_sources = ['SConscript',] + sources - -# ballprefix = env['ballprefix'] + '/Documentation' -# ball = Builder (prefix = ballprefix + '/', action = 'ln $SOURCE $TARGET') -# et = env.Copy (BUILDERS = {'BALL': ball}) -# ballize = map (et.BALL, all_sources) -# tar = env.Tar (env['tarball'], -# map (lambda x: os.path.join (ballprefix, x), all_sources)) - -tar = env['baller'] ('Documentation', all_sources, env) -#env.Alias ('tar', tar) +env.AT_COPY ('index.html.in')