From 6b01a2354244334bd5d656ecd045e3629aa5165f Mon Sep 17 00:00:00 2001
From: hanwen <hanwen>
Date: Tue, 15 Mar 2005 11:23:28 +0000
Subject: [PATCH] fix lilypond-words path.

---
 ChangeLog      | 2 ++
 GNUmakefile.in | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 8e4f524999..61035b70c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+	* 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 && \
-- 
2.39.5