blob: 1336cc218283be37dcf18f49908068ea523fd436 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|