diff options
Diffstat (limited to 'language/japanese/japanese-otf-uptex/umakeotf_pre')
-rw-r--r-- | language/japanese/japanese-otf-uptex/umakeotf_pre | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/language/japanese/japanese-otf-uptex/umakeotf_pre b/language/japanese/japanese-otf-uptex/umakeotf_pre new file mode 100644 index 0000000000..1336cc2182 --- /dev/null +++ b/language/japanese/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 + |