From: Han-Wen Nienhuys Date: Tue, 15 Mar 2005 11:23:28 +0000 (+0000) Subject: fix lilypond-words path. X-Git-Tag: release/2.5.16~15 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=25cc733bc15412b8e6dbdd88c2f3023f2c2c8d1d;p=lilypond.git fix lilypond-words path. --- diff --git a/ChangeLog b/ChangeLog index 8e4f524999..61035b70c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-03-15 Han-Wen Nienhuys + * GNUmakefile.in: fix lilypond-words path. + * po/tr.po: update to 2.3.21 * lily/new-fingering-engraver.cc (position_scripts): take priority diff --git a/GNUmakefile.in b/GNUmakefile.in index 8dbe2c092d..ed8b67ea45 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -138,7 +138,7 @@ $(tree-prefix)/lilypond-force: ln -s ../../../mf/$(outconfbase) svg && \ ln -s ../../../mf/$(outconfbase) type1 cd $(tree-prefix)/elisp && \ - ln -sf ../../../elisp/$(outconfbase)/lilypond-words.el . && \ + ln -sf ../../../../elisp/$(outconfbase)/lilypond-words.el . && \ ln -s $(abs-srcdir)/elisp/*.el . $(foreach i,$(CATALOGS), \ mkdir -p $(tree-prefix)/locale/$i/LC_MESSAGES && \