/[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.3 by wakaba, Fri Jul 11 09:56:13 2008 UTC revision 1.12 by wakaba, Sat Oct 25 05:44:10 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            gnuplot status.plt
9    
10    #  .xbl-spec.en.html \
11    #  xbl-non-normative.ja.html.u8 \
12    
13  force-update: force-.spec.en.html force-.workers-spec.en.html update  
14    force-update: force-.spec.en.html force-.workers-spec.en.html \
15      update
16    #  force-.xbl-spec.en.html \
17    
18  .spec.en.html:  .spec.en.html:
19          wget -O $@ http://www.whatwg.org/specs/web-apps/current-work/          wget -O $@ http://www.whatwg.org/specs/web-apps/current-work/
# Line 11  force-update: force-.spec.en.html force- Line 21  force-update: force-.spec.en.html force-
21  .workers-spec.en.html:  .workers-spec.en.html:
22          wget -O $@ http://www.whatwg.org/specs/web-workers/current-work/          wget -O $@ http://www.whatwg.org/specs/web-workers/current-work/
23    
24    .xbl-spec.en.html:
25            wget -O $@ http://www.mozilla.org/projects/xbl/xbl2.html
26    
27  force-.spec.en.html:  force-.spec.en.html:
28          rm -f .spec.en.html          rm -f .spec.en.html
29    
30  force-.workers-spec.en.html:  force-.workers-spec.en.html:
31          rm -f .workers-spec.en.html          rm -f .workers-spec.en.html
32    
33  non-normative.ja.html.u8: always  force-.xbl.en.html:
34          perl make.pl .spec.en.html $@          rm -f .xbl-spec.en.html
35    
36  workers-non-normative.ja.html.u8: always  non-normative.ja.html.u8: .spec.en.html make.pl common.pl data/*.dat
37          perl make.pl .workers-spec.en.html $@          perl make.pl $< $@ status-apps.dat tbt-apps
38    
39  cvs-commit:  workers-non-normative.ja.html.u8: .workers-spec.en.html make.pl common.pl data/*.dat
40          cvs commit -m ""          perl make.pl $< $@ status-workers.dat tbt-workers
41    
42  always:  xbl-non-normative.ja.html.u8: .xbl-spec.en.html make.pl common.pl data/*.dat
43            perl make.pl $< $@ status-xbl.dat tbt-xbl
44    
45    cvs-commit:
46            cvs commit -m "make"

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24