X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2FSConscript;h=5813e917118c1da50f2c059e8761aa916616500e;hb=00d1503a54f6d0eafad0714936ed9c8757ea3dd5;hp=56b9039c03128c4ecdaa2ef742b3ea7192f6cc4e;hpb=0568120713137e8d51f39f2a95f57c8e8cb5587d;p=lilypond.git diff --git a/Documentation/SConscript b/Documentation/SConscript index 56b9039c03..5813e91711 100644 --- a/Documentation/SConscript +++ b/Documentation/SConscript @@ -1,13 +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')