From 91f782d36c38da8352a1cdb347813eb417b919bf Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Tue, 8 Feb 2005 21:57:26 +0000 Subject: [PATCH] * GNUmakefile.in: teTeX-3.0 build fix: add map symlink. * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0 fix: add enc symlink. --- ChangeLog | 2 ++ GNUmakefile.in | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index aa54d26aa9..706a10d164 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-02-08 Jan Nieuwenhuizen + * 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. diff --git a/GNUmakefile.in b/GNUmakefile.in index 277b40d76e..41ca6d4e35 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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 && \ -- 2.39.5