]> git.donarmstrong.com Git - lilypond.git/blobdiff - SConstruct
*** empty log message ***
[lilypond.git] / SConstruct
index 539a03cf7dfc81fc9e22be0c9c30c26f24364a49..a71953922ba3fe056d0ca20ea7022ced05471950 100644 (file)
@@ -75,7 +75,7 @@ FOOSUMS = 1
 subdirs = ['flower', 'lily', 'mf', 'scm', 'ly', 'Documentation',
           'Documentation/user', 'Documentation/topdocs',
           'input', 'scripts', 'elisp',
-          'buildscripts', 'cygwin', 'debian']
+          'buildscripts', 'cygwin', 'debian', 'po']
 
 usage = r'''Usage:
 scons [KEY=VALUE].. [TARGET]..
@@ -184,6 +184,7 @@ env.Append (
        bindir = bindir,
        sharedir = sharedir,
        lilypond_datadir = sharedir_package,
+       localedir = localedir,
        local_lilypond_datadir = sharedir_package_version,
        lilypondprefix = lilypondprefix,
        sharedir_package = sharedir_package,
@@ -596,7 +597,6 @@ patch = env.PATCH (patch_name, tar_ball)
 env.Depends (patch_name, dist_ball)
 env.Alias ('release', patch)
 
-
 for d in subdirs:
        if os.path.exists (os.path.join (d, 'SConscript')):
                b = os.path.join (env['build'], d, env['out'])