/[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.4 by wakaba, Fri Jul 11 10:42:26 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 \
4      non-normative.ja.html.u8 workers-non-normative.ja.html.u8
5    
6  force-update: force-.spec.en.html update  force-update: force-.spec.en.html force-.workers-spec.en.html update
7    
8  .spec.en.html:  .spec.en.html:
9          wget -O $@ http://www.whatwg.org/specs/web-apps/current-work/          wget -O $@ http://www.whatwg.org/specs/web-apps/current-work/
10    
11    .workers-spec.en.html:
12            wget -O $@ http://www.whatwg.org/specs/web-workers/current-work/
13    
14  force-.spec.en.html:  force-.spec.en.html:
15          rm -f .spec.en.html          rm -f .spec.en.html
16    
17  non-normative.ja.html.u8: always  force-.workers-spec.en.html:
18          perl make.pl          rm -f .workers-spec.en.html
19    
20    non-normative.ja.html.u8: .spec.en.html make.pl data/*.dat
21            perl make.pl $< $@
22    
23    workers-non-normative.ja.html.u8: .workers-spec.en.html make.pl data/*.dat
24            perl make.pl $< $@
25    
26  cvs-commit:  cvs-commit:
27          cvs commit -m ""          cvs commit -m ""
   
 always:  

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24