From 3eb9f5e9a6ad2f0b29cd5dbcb667d73f63a330ac Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Mon, 28 Mar 2005 21:44:14 +0000 Subject: [PATCH] * SConstruct (symlink): * GNUmakefile.in (link-tree): Add scripts to prefix. --- SConstruct | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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'), -- 2.39.5