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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24