From: Jan Nieuwenhuizen Date: Mon, 28 Mar 2005 21:44:14 +0000 (+0000) Subject: * SConstruct (symlink): X-Git-Tag: release/2.5.17~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3eb9f5e9a6ad2f0b29cd5dbcb667d73f63a330ac;p=lilypond.git * SConstruct (symlink): * GNUmakefile.in (link-tree): Add scripts to prefix. --- diff --git a/SConstruct b/SConstruct index 29a72d08a7..6246d5268e 100644 --- a/SConstruct +++ b/SConstruct @@ -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'),