blob: f27adaf532325e88b808420a724e287e96a9906e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
#!/bin/sh
if test ! -d tfm; then
mkdir tfm
fi
echo "making tfm ..."
#perl script/mktfm.pl
uppltotf -kanji=uptex basepl/ubase-h.pl tfm/upnmlminr-h.tfm
uppltotf -kanji=uptex basepl/ubase-v.pl tfm/upnmlminr-v.tfm
uppltotf -kanji=uptex basepl/ubase-h.pl tfm/upnmlgothr-h.tfm
uppltotf -kanji=uptex basepl/ubase-v.pl tfm/upnmlgothr-v.tfm
uppltotf -kanji=uptex basepl/ubase-h.pl tfm/upnmlminb-h.tfm
uppltotf -kanji=uptex basepl/ubase-v.pl tfm/upnmlminb-v.tfm
uppltotf -kanji=uptex basepl/ubase-h.pl tfm/upnmlgothb-h.tfm
uppltotf -kanji=uptex basepl/ubase-v.pl tfm/upnmlgothb-v.tfm
uppltotf -kanji=uptex basepl/ubase-h.pl tfm/upnmlmgothr-h.tfm
uppltotf -kanji=uptex basepl/ubase-v.pl tfm/upnmlmgothr-v.tfm
uppltotf -kanji=uptex basepl/ubase-h.pl tfm/upexpminr-h.tfm
uppltotf -kanji=uptex basepl/ubase-v.pl tfm/upexpminr-v.tfm
uppltotf -kanji=uptex basepl/ubase-h.pl tfm/upexpgothr-h.tfm
uppltotf -kanji=uptex basepl/ubase-v.pl tfm/upexpgothr-v.tfm
uppltotf -kanji=uptex basepl/ubase-h.pl tfm/upexpminb-h.tfm
uppltotf -kanji=uptex basepl/ubase-v.pl tfm/upexpminb-v.tfm
uppltotf -kanji=uptex basepl/ubase-h.pl tfm/upexpgothb-h.tfm
uppltotf -kanji=uptex basepl/ubase-v.pl tfm/upexpgothb-v.tfm
uppltotf -kanji=uptex basepl/ubase-h.pl tfm/upexpmgothr-h.tfm
uppltotf -kanji=uptex basepl/ubase-v.pl tfm/upexpmgothr-v.tfm
uppltotf -kanji=uptex basepl/ubase-v.pl tfm/uprubyminr-v.tfm
uppltotf -kanji=uptex basepl/ubase-h.pl tfm/uprubyminr-h.tfm
uppltotf -kanji=uptex basepl/ubase-h.pl tfm/uprubygothr-h.tfm
uppltotf -kanji=uptex basepl/ubase-v.pl tfm/uprubygothr-v.tfm
uppltotf -kanji=uptex basepl/ubase-v.pl tfm/uprubyminb-v.tfm
uppltotf -kanji=uptex basepl/ubase-h.pl tfm/uprubyminb-h.tfm
uppltotf -kanji=uptex basepl/ubase-h.pl tfm/uprubygothb-h.tfm
uppltotf -kanji=uptex basepl/ubase-v.pl tfm/uprubygothb-v.tfm
uppltotf -kanji=uptex basepl/ubase-h.pl tfm/uprubymgothr-h.tfm
uppltotf -kanji=uptex basepl/ubase-v.pl tfm/uprubymgothr-v.tfm
#for extra fonts
uppltotf -kanji=uptex basepl/ubase-h.pl tfm/upnmlgotheb-h.tfm
uppltotf -kanji=uptex basepl/ubase-v.pl tfm/upnmlgotheb-v.tfm
uppltotf -kanji=uptex basepl/ubase-h.pl tfm/upnmlminl-h.tfm
uppltotf -kanji=uptex basepl/ubase-v.pl tfm/upnmlminl-v.tfm
uppltotf -kanji=uptex basepl/ubase-h.pl tfm/upexpminl-h.tfm
uppltotf -kanji=uptex basepl/ubase-v.pl tfm/upexpminl-v.tfm
uppltotf -kanji=uptex basepl/ubase-v.pl tfm/uprubyminl-v.tfm
uppltotf -kanji=uptex basepl/ubase-h.pl tfm/uprubyminl-h.tfm
./umkjvf -ucs -cq -chk upnmlminr-h uphminr-h
./umkjvf -ucs -cm -cp upnmlminr-v uphminr-v
./umkjvf -ucs -cq -chk upnmlgothr-h uphgothr-h
./umkjvf -ucs -cm -cp upnmlgothr-v uphgothr-v
./umkjvf -ucs -cq -chk upnmlminb-h uphminb-h
./umkjvf -ucs -cm -cp upnmlminb-v uphminb-v
./umkjvf -ucs -cq -chk upnmlgothb-h uphgothb-h
./umkjvf -ucs -cm -cp upnmlgothb-v uphgothb-v
./umkjvf -ucs -cq -chk upnmlmgothr-h uphmgothr-h
./umkjvf -ucs -cm -cp upnmlmgothr-v uphmgothr-v
#extra fonts
./umkjvf -ucs -cq -chk upnmlgotheb-h uphgotheb-h
./umkjvf -ucs -cp upnmlgotheb-v uphgotheb-v
./umkjvf -ucs -cq -chk upnmlminl-h uphminl-h
./umkjvf -ucs -cm -cp upnmlminl-v uphminl-v
echo "making alt. kana ..."
./umkjvf -ucs -cq -chk -expert upexpminr-h uphminr-h cidjminr
./umkjvf -ucs -cm -cp -expert upexpminr-v uphminr-v cidjminr
./umkjvf -ucs -cq -chk -expert upexpgothr-h uphgothr-h cidjgothr
./umkjvf -ucs -cm -cp -expert upexpgothr-v uphgothr-v cidjgothr
./umkjvf -ucs -cq -chk -expert upexpminb-h uphminb-h cidjminb
./umkjvf -ucs -cm -cp -expert upexpminb-v uphminb-v cidjminb
./umkjvf -ucs -cq -chk -expert upexpgothb-h uphgothb-h cidjgothb
./umkjvf -ucs -cm -cp -expert upexpgothb-v uphgothb-v cidjgothb
./umkjvf -ucs -cq -chk -expert upexpmgothr-h hmgothr-h cidjmgothr
./umkjvf -ucs -cm -cp -expert upexpmgothr-v hmgothr-v cidjmgothr
./umkjvf -ucs -cq -chk -ruby uprubyminr-h uphminr-h cidjminr
./umkjvf -ucs -cm -cp -ruby uprubyminr-v uphminr-v cidjminr
./umkjvf -ucs -cq -chk -ruby uprubygothr-h uphgothr-h cidjgothr
./umkjvf -ucs -cm -cp -ruby uprubygothr-v uphgothr-v cidjgothr
./umkjvf -ucs -cq -chk -ruby uprubyminb-h uphminb-h cidjminb
./umkjvf -ucs -cm -cp -ruby uprubyminb-v uphminb-v cidjminb
./umkjvf -ucs -cq -chk -ruby uprubygothb-h uphgothb-h cidjgothb
./umkjvf -ucs -cm -cp -ruby uprubygothb-v uphgothb-v cidjgothb
./umkjvf -ucs -cq -chk -ruby uprubymgothr-h hmgothr-h cidjmgothr
./umkjvf -ucs -cm -cp -ruby uprubymgothr-v hmgothr-v cidjmgothr
./umkjvf -ucs -cq -chk -expert upexpminl-h uphminl-h cidjminl
./umkjvf -ucs -cm -cp -expert upexpminl-v uphminl-v cidjminl
./umkjvf -ucs -cq -chk -ruby uprubyminl-h uphminl-h cidjminl
./umkjvf -ucs -cm -cp -ruby uprubyminl-v uphminl-v cidjminl
echo "finishing ..."
if test ! -d vf; then
mkdir vf
fi
mv *.vf vf/
mv *.tfm tfm/
|