From 5e6c35640a044e8f182bc8ca08fc9c0de928f1ce Mon Sep 17 00:00:00 2001 From: janneke Date: Tue, 8 Feb 2005 21:43:13 +0000 Subject: [PATCH] * GNUmakefile.in: * SConstruct (symlink): teTeX-3.0 build fix: add map symlink. --- ChangeLog | 4 ++-- GNUmakefile.in | 1 + SConstruct | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a59481a31b..9b9326d13b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2005-02-08 Jan Nieuwenhuizen - * 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 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'), -- 2.39.5