From 2faafca1c0942de7a37eb1f8a62b56a10bef1adc Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Tue, 8 Feb 2005 14:50:13 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 4 ++++ GNUmakefile.in | 1 + SConstruct | 1 + 3 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7746c33b76..6305b0edfc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,10 @@ 2005-02-08 Jan Nieuwenhuizen + * 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'), -- 2.39.5