]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/SConscript
Clean up buildscripts
[lilypond.git] / Documentation / SConscript
index 2d43c4fd238dec0dab19cbf33cce824f97c75bed..5813e917118c1da50f2c059e8761aa916616500e 100644 (file)
@@ -1,33 +1,5 @@
 # -*-python-*-
 
-import glob
-import os
-
-here = os.getcwd ()
-reldir = str (Dir ('.').srcnode ())
-os.chdir (reldir)
-sources = ['index.html.in', 'texinfo.css']
-os.chdir (here)
-
 Import ('env')
+env.AT_COPY ('index.html.in')
 
-#SConscript (os.path.join (b, 'SConscript'))
-
-# build = env['build']
-# out = env['out']
-
-# subdirs = ['user',]
-# for d in subdirs:
-#      b = os.path.join (build, d, out)
-#      # Support clean sourctree build (srcdir build)
-#      # and outdir build.
-#      # TODO: figure out SConscript (dir, builddir, duplicate)) feature
-#      if (build and build != '.') \
-#         or (out and out != '.'):
-#              env.BuildDir (b, d, duplicate=0)
-#      SConscript (os.path.join (b, 'SConscript'))
-#SConscript (os.path.join ('user', 'SConscript'))
-
-#testing
-all_sources = ['SConscript',] + sources
-x = env.Tar (env['tarball'], all_sources)