diff options
Diffstat (limited to 'Master/texmf-dist/source/fonts/japanese-otf-uptex/umakeotf')
-rwxr-xr-x | Master/texmf-dist/source/fonts/japanese-otf-uptex/umakeotf | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/fonts/japanese-otf-uptex/umakeotf b/Master/texmf-dist/source/fonts/japanese-otf-uptex/umakeotf index 941fdd1ec2c..9674fb2c02c 100755 --- a/Master/texmf-dist/source/fonts/japanese-otf-uptex/umakeotf +++ b/Master/texmf-dist/source/fonts/japanese-otf-uptex/umakeotf @@ -4,9 +4,8 @@ # This script is a part of otfbeta-uptex (a.k.a. japanese-otf-uptex). # -#OVP2OVF='omfonts -ovp2ovf' -OVP2OVF='wovp2ovf' -export OVP2OVF +# setting for ovp2ovf & uppltotf +. ./umakeotf_pre if test ! -d tfm; then mkdir tfm @@ -18,8 +17,8 @@ for series in nml exp ruby do for face in minr gothr minb gothb mgothr do -uppltotf -kanji=uptex basepl/ubase-h.pl tfm/up${series}${face}-h.tfm -uppltotf -kanji=uptex basepl/ubase-v.pl tfm/up${series}${face}-v.tfm +$UPPLTOTF -kanji=uptex basepl/ubase-h.pl tfm/up${series}${face}-h.tfm +$UPPLTOTF -kanji=uptex basepl/ubase-v.pl tfm/up${series}${face}-v.tfm done done #for extra fonts @@ -27,8 +26,8 @@ for series in nml exp ruby do for face in gotheb minl do -uppltotf -kanji=uptex basepl/ubase-h.pl tfm/up${series}${face}-h.tfm -uppltotf -kanji=uptex basepl/ubase-v.pl tfm/up${series}${face}-v.tfm +$UPPLTOTF -kanji=uptex basepl/ubase-h.pl tfm/up${series}${face}-h.tfm +$UPPLTOTF -kanji=uptex basepl/ubase-v.pl tfm/up${series}${face}-v.tfm done done |