/[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.10 by wakaba, Sun Aug 10 09:16:36 2008 UTC revision 1.17 by wakaba, Fri Oct 31 04:30:24 2008 UTC
# Line 1  Line 1 
1  all: update  all: update
2    
3  update: \  update: \
4    .workers-spec.en.html .xbl-spec.en.html .spec.en.html \    .workers-spec.en.html \
5      .spec.en.html \
6      clear-fallback-entries \
7    workers-non-normative.ja.html.u8 \    workers-non-normative.ja.html.u8 \
8    xbl-non-normative.ja.html.u8 \    non-normative.ja.html.u8 \
9    non-normative.ja.html.u8    notes.html.u8 \
10      clear-modified-hashes
11          gnuplot status.plt          gnuplot status.plt
12    
13  force-update: force-.spec.en.html force-.workers-spec.en.html \  force-update: force-.spec.en.html force-.workers-spec.en.html \
14    update    update
15  #  force-.xbl-spec.en.html \  
16    clear-fallback-entries:
17            echo "{}" > data2/fallback.dat
18    
19    clear-modified-hashes:
20            rm -f 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 17  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    
 .xbl-spec.en.html:  
         wget -O $@ http://www.mozilla.org/projects/xbl/xbl2.html  
   
29  force-.spec.en.html:  force-.spec.en.html:
30          rm -f .spec.en.html          rm -f .spec.en.html
31    
32  force-.workers-spec.en.html:  force-.workers-spec.en.html:
33          rm -f .workers-spec.en.html          rm -f .workers-spec.en.html
34    
35  force-.xbl.en.html:  non-normative.ja.html.u8: .spec.en.html make2.pl common.pl data2/*.dat
36          rm -f .xbl-spec.en.html          perl make2.pl $< $@ status-apps.dat
37    
38  non-normative.ja.html.u8: .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
39          perl make.pl $< $@ status-apps.dat tbt-apps          perl make2.pl $< $@ status-workers.dat
40    
41  workers-non-normative.ja.html.u8: .workers-spec.en.html make.pl common.pl data/*.dat  notes.html.u8: notes-src.html.u8 make2.pl common.pl data2/*.dat
42          perl make.pl $< $@ status-workers.dat tbt-workers          perl make2.pl $< $@ /dev/null
   
 xbl-non-normative.ja.html.u8: .xbl-spec.en.html make.pl common.pl data/*.dat  
         perl make.pl $< $@ status-xbl.dat tbt-xbl  
43    
44  cvs-commit:  cvs-commit:
45          cvs commit -m ""          cvs commit -m "make"
46    
47    ## Author: Wakaba <w@suika.fam.cx>.
48    ## License: Public Domain.
49    ## $Date$

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.17

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24