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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.9

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24