]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/SConscript
Clean up buildscripts
[lilypond.git] / Documentation / SConscript
index bfecb74ac8872e6966007907e8a583e9eaf67b74..5813e917118c1da50f2c059e8761aa916616500e 100644 (file)
@@ -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)