annotate Makefile @ 14:e925195b3aa8 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 26 Apr 2021 08:06:46 +0900
parents 0759f97237b3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
28ee91112a77 Makefile
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
1
12
a8642503caae import fix on http://vega.pgw.jp/~kabe/vsd/k14/
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
2 all: 14x14ja.pcf.gz 7x14.pcf.gz 7x14B.pcf.gz
5
28ee91112a77 Makefile
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
3
13
0759f97237b3 use 14x14ja.ascii
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 12
diff changeset
4 14x14ja-new.bdf: 14x14ja.ascii
0759f97237b3 use 14x14ja.ascii
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 12
diff changeset
5 perl ascii2bdf.pl 14x14ja.ascii > 14x14ja-new.bdf
5
28ee91112a77 Makefile
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
6
12
a8642503caae import fix on http://vega.pgw.jp/~kabe/vsd/k14/
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
7 7x14-new.bdf: 7x14.ascii
a8642503caae import fix on http://vega.pgw.jp/~kabe/vsd/k14/
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
8 perl ascii2bdf.pl 7x14.ascii > 7x14-new.bdf
a8642503caae import fix on http://vega.pgw.jp/~kabe/vsd/k14/
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
9
a8642503caae import fix on http://vega.pgw.jp/~kabe/vsd/k14/
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
10 7x14B-new.bdf: 7x14B.ascii
a8642503caae import fix on http://vega.pgw.jp/~kabe/vsd/k14/
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
11 perl ascii2bdf.pl 7x14B.ascii > 7x14B-new.bdf
5
28ee91112a77 Makefile
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
12
28ee91112a77 Makefile
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
13 14x14ja.pcf.gz : 14x14ja-new.bdf
28ee91112a77 Makefile
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
14 bdftopcf 14x14ja-new.bdf | gzip > 14x14ja.pcf.gz
28ee91112a77 Makefile
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
15
28ee91112a77 Makefile
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
16 7x14.pcf.gz : 7x14-new.bdf
28ee91112a77 Makefile
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
17 bdftopcf 7x14-new.bdf | gzip > 7x14.pcf.gz
28ee91112a77 Makefile
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
18
12
a8642503caae import fix on http://vega.pgw.jp/~kabe/vsd/k14/
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
19 7x14B.pcf.gz : 7x14B-new.bdf
a8642503caae import fix on http://vega.pgw.jp/~kabe/vsd/k14/
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
20 bdftopcf 7x14B-new.bdf | gzip > 7x14B.pcf.gz
a8642503caae import fix on http://vega.pgw.jp/~kabe/vsd/k14/
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
21
5
28ee91112a77 Makefile
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
22 install:
14
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 13
diff changeset
23 sudo mv -i *.pcf.gz /opt/X11/lib/X11/fonts/misc
5
28ee91112a77 Makefile
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
24 xset fp rehash
28ee91112a77 Makefile
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
25 echo please reboot X11
28ee91112a77 Makefile
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
26
28ee91112a77 Makefile
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
27 clean:
28ee91112a77 Makefile
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
28 rm 14x14ja-new.bdf 7x14-new.bdf
6
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 5
diff changeset
29
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 5
diff changeset
30 tgz : all
13
0759f97237b3 use 14x14ja.ascii
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 12
diff changeset
31 tar czf ../14x14ja.tgz 14x14ja.ascii 14x14ja.pcf.gz 7x14.ascii 7x14.pcf.gz Makefile ascii2bdf.pl bdf2ascii.pl findUnicode.pl make14x14ja.pl readme-j.txt readme.txt ucs2jis.pm eaw-xterm.el
8
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 6
diff changeset
32
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 6
diff changeset
33