diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-10-23 13:06:30 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-10-23 13:06:30 +0000 |
commit | 493849eea37c7e6300ebf6efdb8a8abca762d816 (patch) | |
tree | 9a4d5024d0615b944eb1706a911563c4a295664f /Build | |
parent | 4099f27cc4a1d1d4ecbb1e36114e51bc832127a2 (diff) |
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
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/lcdf-typetools/ChangeLog | 5 | ||||
-rwxr-xr-x | Build/source/texk/lcdf-typetools/tests/tfm.test | 5 |
2 files changed, 9 insertions, 1 deletions
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 <peb@mppmu.mpg.de> + + * 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 <kakuto@fuk.kindai.ac.jp> * 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 <tex-live@tug.org> # 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 |