diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-04 23:13:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-04 23:13:06 +0000 |
commit | e59da762242ab80e65849560ed7777e46ddd77da (patch) | |
tree | 9509ccfb57e9591f3eae3457051830317f96d899 /Master/texmf-dist/source/fonts/japanese-otf-uptex/umakeotf_pre | |
parent | bac5adf34d0f164d5bc4a5865fc18b4ed8646c1a (diff) |
japanese-otf-uptex (4mar17)
git-svn-id: svn://tug.org/texlive/trunk@43395 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/fonts/japanese-otf-uptex/umakeotf_pre')
-rw-r--r-- | Master/texmf-dist/source/fonts/japanese-otf-uptex/umakeotf_pre | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/fonts/japanese-otf-uptex/umakeotf_pre b/Master/texmf-dist/source/fonts/japanese-otf-uptex/umakeotf_pre new file mode 100644 index 00000000000..1336cc21828 --- /dev/null +++ b/Master/texmf-dist/source/fonts/japanese-otf-uptex/umakeotf_pre @@ -0,0 +1,12 @@ +#!/bin/sh + +# +# This script is a part of otfbeta-uptex (a.k.a. japanese-otf-uptex). +# + +# setting for ovp2ovf & uppltotf +#OVP2OVF='omfonts -ovp2ovf' +OVP2OVF=ovp2ovf +export OVP2OVF +UPPLTOTF=uppltotf + |