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

ChangeLog
GNUmakefile.in
SConstruct

index a59481a31b4093e6ebf62271060a590032203327..9b9326d13bdcdb13388961480600c64deef43c52 100644 (file)
--- 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>
 
index 124ea5865ccec5c73e14a17b95d9fb1adc0786c1..881fb2c69239c4924a619c62d3a40aecd12c7f90 100644 (file)
@@ -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 && \
index 773609a28aa15b635f3dd60341e0d1df413af1bd..17bf53b98570ea6acd224a0ef077d017a434f586 100644 (file)
@@ -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'),