]> git.donarmstrong.com Git - lilypond.git/blobdiff - SConstruct
* lilypond/scm-option.cc (ly_option_usage): Add final newline.
[lilypond.git] / SConstruct
index 56e6785f452c5f7c5620ac78c8e85b1858a33510..6246d5268ef9cdb61336fdb5db4ff3c14d808d64 100644 (file)
@@ -202,10 +202,10 @@ env.Alias ('config', config_cache)
 
 cachedir = os.path.join (outdir, 'build-cache')
 
-if not os.path.exists(cachedir):
-       os.makedirs(cachedir)
+if not os.path.exists (cachedir):
+       os.makedirs (cachedir)
 
-CacheDir (os.path.join (outdir, 'build-cache'))
+CacheDir (cachedir)
 
 # No need to set $LILYPONDPREFIX to run lily, but cannot install...
 if env['debugging'] and not 'install' in COMMAND_LINE_TARGETS:
@@ -685,9 +685,10 @@ def symlink_tree (target, source, env):
             # @  := out
             # /$ := add dst file_name
             (('python',     'lib/lilypond/python'),
-             ('lily/',      'bin/lilypond-bin'),
-             ('scripts/',   'bin/lilypond'),
+             ('lily/',      'bin/lilypond'),
+             ('scripts/',   'bin/convert-ly'),
              ('scripts/',   'bin/lilypond-book'),
+             ('scripts/',   'bin/ps2png'),
              ('mf',         'share/lilypond/%(ver)s/dvips/mf-out'),
              ('#ps',        'share/lilypond/%(ver)s/dvips/ps'),
              ('#ps',        'share/lilypond/%(ver)s/tex/music-drawing-routines.ps'),
@@ -704,6 +705,7 @@ def symlink_tree (target, source, env):
              ('mf',         'share/lilypond/%(ver)s/tex/mf-out'),
              ('#ly',        'share/lilypond/%(ver)s/ly'),
              ('#scm',       'share/lilypond/%(ver)s/scm'),
+             ('#scripts',   'share/lilypond/%(ver)s/scripts'),
              ('#ps',        'share/lilypond/%(ver)s/ps'),
              ('po/@/nl.mo', 'share/locale/nl/LC_MESSAGES/lilypond.mo'),
              ('elisp',      'share/lilypond/%(ver)s/elisp')))