]> git.donarmstrong.com Git - lilypond.git/commitdiff
* GNUmakefile.in: teTeX-3.0 build fix: add map symlink.
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 8 Feb 2005 21:57:26 +0000 (21:57 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 8 Feb 2005 21:57:26 +0000 (21:57 +0000)
* GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0 fix:
add enc symlink.

ChangeLog
GNUmakefile.in

index aa54d26aa9e9f0dc612edb6c21ef302b6e00b061..706a10d1643c753e06417837d7d983585c8aff8b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * GNUmakefile.in: teTeX-3.0 build fix: add map symlink.
+
        * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
        2.0.x compatibility.
 
index 277b40d76ec00d020c34211c00991171035f3720..41ca6d4e35ca213f5cb9ddb3322534a7d1784b37 100644 (file)
@@ -126,6 +126,7 @@ $(builddir)/share/lilypond-force:
                ln -s $(abs-srcdir)/mf source && \
                ln -s ../../../mf/$(outconfbase) afm && \
                ln -s ../../../tex/$(outconfbase) enc && \
+               ln -s ../../../mf/$(outconfbase) map && \
                ln -s ../../../mf/$(outconfbase) tfm && \
                ln -s ../../../mf/$(outconfbase) type1
        cd $(builddir)/share/$(package)/elisp && \