/[suikacvs]/www/test/charset/sjis/Makefile
Suika

Contents of /www/test/charset/sjis/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Sun Jun 10 08:19:50 2007 UTC (17 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +4 -0 lines
clean added

1 all: \
2 shift-jis-1997-0.html \
3 shift-jis-1997-8.html \
4 shift-jis-1997-9.html \
5 shift-jis-1997-A.html \
6 shift-jis-1997-E.html \
7 shift-jis-1997-F.html
8
9 shift-jis-1997.tbl:
10 wget "http://suika.fam.cx/gate/cvs/*checkout*/char/table/sjis/shift-jis-1997.tbl"
11
12 shift-jis-1997-0.html: shift-jis-1997.tbl maketest.pl
13 perl maketest.pl 0 $< > $@
14 shift-jis-1997-8.html: shift-jis-1997.tbl maketest.pl
15 perl maketest.pl 8 $< > $@
16 shift-jis-1997-9.html: shift-jis-1997.tbl maketest.pl
17 perl maketest.pl 9 $< > $@
18 shift-jis-1997-A.html: shift-jis-1997.tbl maketest.pl
19 perl maketest.pl 10 $< > $@
20 shift-jis-1997-E.html: shift-jis-1997.tbl maketest.pl
21 perl maketest.pl 14 $< > $@
22 shift-jis-1997-F.html: shift-jis-1997.tbl maketest.pl
23 perl maketest.pl 15 $< > $@
24
25 clean:
26 rm -fv *~
27 rm -fv shift-jis-1997.tbl

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24