From: Jan Nieuwenhuizen Date: Tue, 8 Feb 2005 21:57:26 +0000 (+0000) Subject: * GNUmakefile.in: teTeX-3.0 build fix: add map symlink. X-Git-Tag: release/2.4.6~34 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=91f782d36c38da8352a1cdb347813eb417b919bf;p=lilypond.git * GNUmakefile.in: teTeX-3.0 build fix: add map symlink. * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0 fix: add enc symlink. --- 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 && \