]> git.donarmstrong.com Git - lilypond.git/commitdiff
teTeX-3.0 install fix.
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 9 Feb 2005 21:06:26 +0000 (21:06 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 9 Feb 2005 21:06:26 +0000 (21:06 +0000)
ChangeLog
mf/GNUmakefile

index 7407cfede823a07a6c8ba0e3e40cafef86d8a075..2deb6016e3acf31046d83050fb58f4e88f6e7e47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * mf/GNUmakefile: teTeX-3.0 install fix.
+
        * Cygwin patch from Bertalan.
 
        * stepmake/stepmake/metafont-rules.make: Remove bashism.
index 092311e63bc5a075d7bdd26c4a8eae2c4d65dc22..988d61a402be18c2bdb4430614166d0c6be45c95 100644 (file)
@@ -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