From: Jan Nieuwenhuizen <janneke@gnu.org> Date: Mon, 12 Nov 2007 10:43:00 +0000 (+0100) Subject: Also add lilymidi to build dir tree. X-Git-Tag: release/2.11.35-1~41^2~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=00d1503a54f6d0eafad0714936ed9c8757ea3dd5;p=lilypond.git Also add lilymidi to build dir tree. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 36527e2f42..d06cec154f 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -141,7 +141,7 @@ $(tree-share-prefix)/lilypond-force link-tree: GNUmakefile $(outdir)/VERSION mkdir -p $(tree-share-prefix)/tex cd $(tree-bin) && \ ln -sf ../../lily/$(outconfbase)/lilypond . && \ - for i in abc2ly convert-ly etf2ly lilypond-book lilypond-invoke-editor midi2ly musicxml2ly; \ + for i in abc2ly convert-ly etf2ly lilymidi lilypond-book lilypond-invoke-editor midi2ly musicxml2ly; \ do ln -sf ../../scripts/$(outconfbase)/$$i . ; done cd $(tree-lib-prefix) && \ ln -s ../../../../python/$(outconfbase) python