/[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.14 by wakaba, Sun Oct 26 09:26:56 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 \
5      .spec.en.html \
6      workers-non-normative.ja.html.u8 \
7      non-normative.ja.html.u8 \
8      clear-modified-hashes
9          gnuplot status.plt          gnuplot status.plt
10    
11  force-update: force-.spec.en.html force-.workers-spec.en.html update  #  .xbl-spec.en.html \
12    #  xbl-non-normative.ja.html.u8 \
13    
14    
15    force-update: force-.spec.en.html force-.workers-spec.en.html \
16      update
17    #  force-.xbl-spec.en.html \
18    
19    clear-modified-hashes:
20            rm data2/modified.txt
21    ## SEE ALSO: |common.pl|.
22    
23  .spec.en.html:  .spec.en.html:
24          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 26  force-update: force-.spec.en.html force-
26  .workers-spec.en.html:  .workers-spec.en.html:
27          wget -O $@ http://www.whatwg.org/specs/web-workers/current-work/          wget -O $@ http://www.whatwg.org/specs/web-workers/current-work/
28    
29    .xbl-spec.en.html:
30            wget -O $@ http://www.mozilla.org/projects/xbl/xbl2.html
31    
32  force-.spec.en.html:  force-.spec.en.html:
33          rm -f .spec.en.html          rm -f .spec.en.html
34    
35  force-.workers-spec.en.html:  force-.workers-spec.en.html:
36          rm -f .workers-spec.en.html          rm -f .workers-spec.en.html
37    
38  non-normative.ja.html.u8: .spec.en.html make.pl data/*.dat  force-.xbl.en.html:
39          perl make.pl $< $@ status-apps.dat          rm -f .xbl-spec.en.html
40    
41    non-normative.ja.html.u8: .spec.en.html make.pl common.pl data/*.dat
42            perl make.pl $< $@ status-apps.dat tbt-apps
43    
44    workers-non-normative.ja.html.u8: .workers-spec.en.html make.pl common.pl data/*.dat
45            perl make.pl $< $@ status-workers.dat tbt-workers
46    
47    test-a.html.u8: .spec.en.html make2.pl common.pl data2/*.dat
48            perl make2.pl $< $@ test-status-apps.dat
49    test-w.html.u8: .workers-spec.en.html make2.pl common.pl data2/*.dat
50            perl make2.pl $< $@ test-status-workers.dat
51    
52  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
53          perl make.pl $< $@ status-workers.dat          perl make.pl $< $@ status-xbl.dat tbt-xbl
54    
55  cvs-commit:  cvs-commit:
56          cvs commit -m ""          cvs commit -m "make"

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24