]> git.donarmstrong.com Git - lilypond.git/commitdiff
* SConstruct (symlink):
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 28 Mar 2005 21:44:14 +0000 (21:44 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 28 Mar 2005 21:44:14 +0000 (21:44 +0000)
* GNUmakefile.in (link-tree): Add scripts to prefix.

SConstruct

index 29a72d08a72f9f192f27f46009e088fb11e5a255..6246d5268ef9cdb61336fdb5db4ff3c14d808d64 100644 (file)
@@ -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'),