X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2FSConscript;h=5813e917118c1da50f2c059e8761aa916616500e;hb=543171165412bc915d8ea1f308d070c74924b2f1;hp=bfecb74ac8872e6966007907e8a583e9eaf67b74;hpb=96505f9df73dbec6d19ceb78dbd8d3bb141137fe;p=lilypond.git diff --git a/Documentation/SConscript b/Documentation/SConscript index bfecb74ac8..5813e91711 100644 --- a/Documentation/SConscript +++ b/Documentation/SConscript @@ -1,16 +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']) +env.AT_COPY ('index.html.in') -#testing -all_sources = ['SConscript',] + sources -x = env.Tar (env['tarball'], all_sources)