]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/SConscript
Doc -- updates to music glossary by Kurtis Kroon
[lilypond.git] / Documentation / SConscript
index 1fe44ad51ce7649b57cc54bb7112665582165726..5813e917118c1da50f2c059e8761aa916616500e 100644 (file)
@@ -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')