]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 8 Feb 2005 14:50:13 +0000 (14:50 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 8 Feb 2005 14:50:13 +0000 (14:50 +0000)
ChangeLog
GNUmakefile.in
SConstruct

index 7746c33b76b8da57f4aeb440e51ca2712896764f..6305b0edfc8f16ecf96cd8d83d9e476b5996a5df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 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
index 6144df461511c73986ae270c2e3ae391e78b8b76..124ea5865ccec5c73e14a17b95d9fb1adc0786c1 100644 (file)
@@ -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 && \
index 4e5640dff2df81bc1c9112459e74cdcbc1643a22..773609a28aa15b635f3dd60341e0d1df413af1bd 100644 (file)
@@ -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'),