diff options
author | Takuji Tanaka <KXD02663@nifty.ne.jp> | 2014-08-09 01:32:45 +0000 |
---|---|---|
committer | Takuji Tanaka <KXD02663@nifty.ne.jp> | 2014-08-09 01:32:45 +0000 |
commit | c576300c15a26509a2018e5af14365e13b795b5b (patch) | |
tree | 3b10628bff1a45378b3a3d206d9aaa4bcdf98cc4 /Master/texmf-dist/source/fonts/japanese-otf-uptex/umakeotf | |
parent | e407c7b3fe62fc6dc28bb82280025b0c502aa64b (diff) |
japanese-otf-uptex 0.16
git-svn-id: svn://tug.org/texlive/trunk@34881 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/fonts/japanese-otf-uptex/umakeotf')
-rwxr-xr-x | Master/texmf-dist/source/fonts/japanese-otf-uptex/umakeotf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/fonts/japanese-otf-uptex/umakeotf b/Master/texmf-dist/source/fonts/japanese-otf-uptex/umakeotf index 452b781e666..941fdd1ec2c 100755 --- a/Master/texmf-dist/source/fonts/japanese-otf-uptex/umakeotf +++ b/Master/texmf-dist/source/fonts/japanese-otf-uptex/umakeotf @@ -5,8 +5,8 @@ # #OVP2OVF='omfonts -ovp2ovf' -#OVP2OVF='wovp2ovf' -#export OVP2OVF +OVP2OVF='wovp2ovf' +export OVP2OVF if test ! -d tfm; then mkdir tfm |