From 5298602020273e2d4ff1c6d2816fda4c232fc38e Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Wed, 9 Feb 2005 21:06:26 +0000 Subject: [PATCH] teTeX-3.0 install fix. --- ChangeLog | 2 ++ mf/GNUmakefile | 11 ++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7407cfede8..2deb6016e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-02-09 Jan Nieuwenhuizen + * mf/GNUmakefile: teTeX-3.0 install fix. + * Cygwin patch from Bertalan. * stepmake/stepmake/metafont-rules.make: Remove bashism. diff --git a/mf/GNUmakefile b/mf/GNUmakefile index 092311e63b..988d61a402 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -109,7 +109,7 @@ INSTALLATION_OUT_FILES4=$(CFF_PS_FILES) INSTALLATION_OUT_DIR5=$(local_lilypond_datadir)/fonts/type1 INSTALLATION_OUT_FILES5=$(PFA_FILES) -INSTALLATION_OUT_DIR6=$(local_lilypond_datadir)/dvips/ +INSTALLATION_OUT_DIR6=$(local_lilypond_datadir)/fonts/map INSTALLATION_OUT_FILES6=$(outdir)/lilypond.map INSTALLATION_OUT_DIR7=$(local_lilypond_datadir)/ps/ @@ -199,3 +199,12 @@ local-clean: $(outdir)/%.enc.in: %.enc cp $< $@ + +# teTeX-2.0.x compatibility. +local-install: + -$(INSTALL) -d $(DESTDIR)$(local_lilypond_datadir)/dvips + (cd $(DESTDIR)$(local_lilypond_datadir)/dvips && ln -sf ../fonts/map .) + +local-uninstall: + -rm -f $(DESTDIR)$(local_lilypond_datadir)/dvips/map + -rmdir $(DESTDIR)$(local_lilypond_datadir)/dvips -- 2.39.5