From: Jan Nieuwenhuizen <janneke@gnu.org>
Date: Tue, 8 Feb 2005 14:50:13 +0000 (+0000)
Subject: *** empty log message ***
X-Git-Tag: release/2.5.14~149
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2faafca1c0942de7a37eb1f8a62b56a10bef1adc;p=lilypond.git

*** empty log message ***
---

diff --git a/ChangeLog b/ChangeLog
index 7746c33b76..6305b0edfc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,10 @@
 
 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+	* SConstruct (symlink):
+	* GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
+	build fix: add enc symlink.
+
 	* lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
 
 	Support for DESTDIR besides prefix=/foo
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 6144df4615..124ea5865c 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -127,6 +127,7 @@ $(builddir)/share/lilypond-force:
 		ln -s ../../../mf/$(outconfbase) mf-out
 	cd $(builddir)/share/$(package)/fonts && \
 		ln -s $(abs-srcdir)/mf source && \
+		ln -s ../../../tex/$(outconfbase) enc && \
 		ln -s ../../../mf/$(outconfbase) otf && \
 		ln -s ../../../mf/$(outconfbase) tfm && \
 		ln -s ../../../mf/$(outconfbase) svg && \
diff --git a/SConstruct b/SConstruct
index 4e5640dff2..773609a28a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -672,6 +672,7 @@ def symlink_tree (target, source, env):
 	      ('#ps',        'share/lilypond/tex/music-drawing-routines.ps'),
 	      ('mf',         'share/lilypond/otf'),
 	      ('mf',         'share/lilypond/tfm'),
+	      ('tex',        'share/lilypond/tex/enc'),
 	      ('#mf',        'share/lilypond/fonts/mf'),
 	      ('mf',         'share/lilypond/fonts/otf'),
 	      ('mf',         'share/lilypond/fonts/tfm'),