/[suikacvs]/markup/html/html5/spec-ja/Makefile
Suika

Contents of /markup/html/html5/spec-ja/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (show annotations) (download)
Fri Jul 18 13:12:04 2008 UTC (17 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +15 -3 lines
*** empty log message ***

1 all: update
2
3 update: .spec.en.html .workers-spec.en.html .xbl-spec.en.html \
4 non-normative.ja.html.u8 workers-non-normative.ja.html.u8 \
5 xbl-non-normative.ja.html.u8
6 gnuplot status.plt
7
8 force-update: force-.spec.en.html force-.workers-spec.en.html \
9 update
10 # force-.xbl-spec.en.html \
11
12 .spec.en.html:
13 wget -O $@ http://www.whatwg.org/specs/web-apps/current-work/
14
15 .workers-spec.en.html:
16 wget -O $@ http://www.whatwg.org/specs/web-workers/current-work/
17
18 .xbl-spec.en.html:
19 wget -O $@ http://www.mozilla.org/projects/xbl/xbl2.html
20
21 force-.spec.en.html:
22 rm -f .spec.en.html
23
24 force-.workers-spec.en.html:
25 rm -f .workers-spec.en.html
26
27 force-.xbl.en.html:
28 rm -f .xbl-spec.en.html
29
30 non-normative.ja.html.u8: .spec.en.html make.pl data/*.dat
31 perl make.pl $< $@ status-apps.dat
32
33 workers-non-normative.ja.html.u8: .workers-spec.en.html make.pl data/*.dat
34 perl make.pl $< $@ status-workers.dat
35
36 xbl-non-normative.ja.html.u8: .xbl-spec.en.html make.pl data/*.dat
37 perl make.pl $< $@ status-xbl.dat
38
39 cvs-commit:
40 cvs commit -m ""

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24