From: janneke <janneke>
Date: Tue, 8 Feb 2005 21:43:13 +0000 (+0000)
Subject: * GNUmakefile.in:
X-Git-Tag: release/2.5.23~560
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5e6c35640a044e8f182bc8ca08fc9c0de928f1ce;p=lilypond.git

* GNUmakefile.in:
* SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
---

diff --git a/ChangeLog b/ChangeLog
index a59481a31b..9b9326d13b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
 
-	* tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
-	2.0.x compatibility.
+	* GNUmakefile.in: 
+	* SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
 
 2005-02-08  Werner Lemberg  <wl@gnu.org>
 
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 124ea5865c..881fb2c692 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -128,6 +128,7 @@ $(builddir)/share/lilypond-force:
 	cd $(builddir)/share/$(package)/fonts && \
 		ln -s $(abs-srcdir)/mf source && \
 		ln -s ../../../tex/$(outconfbase) enc && \
+		ln -s ../../../mf/$(outconfbase) map && \
 		ln -s ../../../mf/$(outconfbase) otf && \
 		ln -s ../../../mf/$(outconfbase) tfm && \
 		ln -s ../../../mf/$(outconfbase) svg && \
diff --git a/SConstruct b/SConstruct
index 773609a28a..17bf53b985 100644
--- a/SConstruct
+++ b/SConstruct
@@ -674,6 +674,7 @@ def symlink_tree (target, source, env):
 	      ('mf',         'share/lilypond/tfm'),
 	      ('tex',        'share/lilypond/tex/enc'),
 	      ('#mf',        'share/lilypond/fonts/mf'),
+	      ('mf',         'share/lilypond/fonts/map'),
 	      ('mf',         'share/lilypond/fonts/otf'),
 	      ('mf',         'share/lilypond/fonts/tfm'),
 	      ('mf',         'share/lilypond/fonts/type1'),