From 493849eea37c7e6300ebf6efdb8a8abca762d816 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 23 Oct 2012 13:06:30 +0000 Subject: lcdf-typetools: Fix tfm.test to use uninstalled version of tools git-svn-id: svn://tug.org/texlive/trunk@28058 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/lcdf-typetools/ChangeLog | 5 +++++ Build/source/texk/lcdf-typetools/tests/tfm.test | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'Build') diff --git a/Build/source/texk/lcdf-typetools/ChangeLog b/Build/source/texk/lcdf-typetools/ChangeLog index 25e116b72ec..45212be36f6 100644 --- a/Build/source/texk/lcdf-typetools/ChangeLog +++ b/Build/source/texk/lcdf-typetools/ChangeLog @@ -1,3 +1,8 @@ +2012-10-23 Peter Breitenlohner + + * tests/tfm.test: Add to PATH because otftotfm may need to run + the uninstalled version of cfftot1, t1dotlessj, or ttftotype42. + 2012-10-20 Akira Kakuto * lcdf-typetools-2.95-PATHES/patch-30-W32TeX: diff --git a/Build/source/texk/lcdf-typetools/tests/tfm.test b/Build/source/texk/lcdf-typetools/tests/tfm.test index c7458bada16..ca92f263ae2 100755 --- a/Build/source/texk/lcdf-typetools/tests/tfm.test +++ b/Build/source/texk/lcdf-typetools/tests/tfm.test @@ -3,9 +3,12 @@ # Copyright (C) 2012 Peter Breitenlohner # You may freely use, modify and/or distribute this file. +PATH=$LCDF_TYPETOOLS_TREE/cfftot1:$PATH # May need to run cfftot1, ... +PATH=$LCDF_TYPETOOLS_TREE/t1dotlessj:$PATH # ... t1dotlessj, ... +PATH=$LCDF_TYPETOOLS_TREE/ttftotype42:$PATH # ... or ttftotype42. TEXMFCNF=$srcdir/../kpathsea ENCFONTS=.:$srcdir/tests -export TEXMFCNF ENCFONTS +export PATH TEXMFCNF ENCFONTS rm -f Ant* a_enhg3c.enc -- cgit v1.2.3