/[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.1 by wakaba, Tue Jun 24 14:15:43 2008 UTC revision 1.6 by wakaba, Fri Jul 18 13:12:04 2008 UTC
# Line 1  Line 1 
1  all: update  all: update
2    
3  update: .spec.en.html non-normative.ja.html.u8  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  force-update: force-.spec.en.html update    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:  .spec.en.html:
13          wget -O $@ http://www.whatwg.org/specs/web-apps/current-work/          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:  force-.spec.en.html:
22          rm -f .spec.en.html          rm -f .spec.en.html
23    
24  non-normative.ja.html.u8: always  force-.workers-spec.en.html:
25          perl make.pl          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:  cvs-commit:
40          cvs commit -m ""          cvs commit -m ""
   
 always:  

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.6

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24