summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/japanese-otf-uptex/umakeotf_prop
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/fonts/japanese-otf-uptex/umakeotf_prop')
-rwxr-xr-xMaster/texmf-dist/source/fonts/japanese-otf-uptex/umakeotf_prop38
1 files changed, 0 insertions, 38 deletions
diff --git a/Master/texmf-dist/source/fonts/japanese-otf-uptex/umakeotf_prop b/Master/texmf-dist/source/fonts/japanese-otf-uptex/umakeotf_prop
deleted file mode 100755
index 13b27d5152b..00000000000
--- a/Master/texmf-dist/source/fonts/japanese-otf-uptex/umakeotf_prop
+++ /dev/null
@@ -1,38 +0,0 @@
-#!/bin/sh
-
-#
-# This script is a part of otfbeta-uptex (a.k.a. japanese-otf-uptex).
-#
-
-# setting for ovp2ovf & uppltotf
-. ./umakeotf_pre
-
-if test ! -d tfm; then
-mkdir tfm
-fi
-if test ! -d vf; then
-mkdir vf
-fi
-if test ! -d ovp; then
-mkdir ovp
-fi
-
-echo "making proportional kana tfm/vf ..."
-perl -s script/umkpkana.pl -omitfw -hk
-perl -s script/umkvpkana.pl -omitfw
-
-for face in minw3 minw6 kakuw3 kakuw6 maruw4
-do
-$UPPLTOTF -kanji=uptex pl/upphira${face}-h.pl tfm/upphira${face}-h.tfm
-$UPPLTOTF -kanji=uptex pl/upphira${face}-v.pl tfm/upphira${face}-v.tfm
-done
-
-for face in minw3 minw6 kakuw3 kakuw6 maruw4
-do
-$OVP2OVF ovp/upphira${face}-h.ovp vf/upphira${face}-h.vf vf/upphira${face}-h.ofm
-$OVP2OVF ovp/upphira${face}-v.ovp vf/upphira${face}-v.vf vf/upphira${face}-v.ofm
-done
-
-rm vf/*.ofm
-rm -rf ovp
-rm -rf pl