/[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.12 by wakaba, Sat Oct 25 05:44:10 2008 UTC revision 1.16 by wakaba, Mon Oct 27 05:00:33 2008 UTC
# Line 3  all: update Line 3  all: update
3  update: \  update: \
4    .workers-spec.en.html \    .workers-spec.en.html \
5    .spec.en.html \    .spec.en.html \
6      clear-fallback-entries \
7    workers-non-normative.ja.html.u8 \    workers-non-normative.ja.html.u8 \
8    non-normative.ja.html.u8    non-normative.ja.html.u8 \
9      clear-modified-hashes
10          gnuplot status.plt          gnuplot status.plt
11    
 #  .xbl-spec.en.html \  
 #  xbl-non-normative.ja.html.u8 \  
   
   
12  force-update: force-.spec.en.html force-.workers-spec.en.html \  force-update: force-.spec.en.html force-.workers-spec.en.html \
13    update    update
14  #  force-.xbl-spec.en.html \  
15    clear-fallback-entries:
16            echo "{}" > data2/fallback.dat
17    
18    clear-modified-hashes:
19            rm -f data2/modified.txt
20    ## SEE ALSO: |common.pl|.
21    
22  .spec.en.html:  .spec.en.html:
23          wget -O $@ http://www.whatwg.org/specs/web-apps/current-work/          wget -O $@ http://www.whatwg.org/specs/web-apps/current-work/
# Line 21  force-update: force-.spec.en.html force- Line 25  force-update: force-.spec.en.html force-
25  .workers-spec.en.html:  .workers-spec.en.html:
26          wget -O $@ http://www.whatwg.org/specs/web-workers/current-work/          wget -O $@ http://www.whatwg.org/specs/web-workers/current-work/
27    
 .xbl-spec.en.html:  
         wget -O $@ http://www.mozilla.org/projects/xbl/xbl2.html  
   
28  force-.spec.en.html:  force-.spec.en.html:
29          rm -f .spec.en.html          rm -f .spec.en.html
30    
31  force-.workers-spec.en.html:  force-.workers-spec.en.html:
32          rm -f .workers-spec.en.html          rm -f .workers-spec.en.html
33    
34  force-.xbl.en.html:  non-normative.ja.html.u8: .spec.en.html make2.pl common.pl data2/*.dat
35          rm -f .xbl-spec.en.html          perl make2.pl $< $@ status-apps.dat
   
 non-normative.ja.html.u8: .spec.en.html make.pl common.pl data/*.dat  
         perl make.pl $< $@ status-apps.dat tbt-apps  
36    
37  workers-non-normative.ja.html.u8: .workers-spec.en.html make.pl common.pl data/*.dat  workers-non-normative.ja.html.u8: .workers-spec.en.html make2.pl common.pl data2/*.dat
38          perl make.pl $< $@ status-workers.dat tbt-workers          perl make2.pl $< $@ status-workers.dat
   
 xbl-non-normative.ja.html.u8: .xbl-spec.en.html make.pl common.pl data/*.dat  
         perl make.pl $< $@ status-xbl.dat tbt-xbl  
39    
40  cvs-commit:  cvs-commit:
41          cvs commit -m "make"          cvs commit -m "make"
42    
43    ## Author: Wakaba <w@suika.fam.cx>.
44    ## License: Public Domain.
45    ## $Date$

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.16

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24