/[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.17 by wakaba, Fri Oct 31 04:30:24 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  force-update: force-.spec.en.html force-.workers-spec.en.html update    clear-fallback-entries \
7      workers-non-normative.ja.html.u8 \
8      non-normative.ja.html.u8 \
9      notes.html.u8 \
10      clear-modified-hashes
11            gnuplot status.plt
12    
13    force-update: force-.spec.en.html force-.workers-spec.en.html \
14      update
15    
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-.spec.en.html: Line 32  force-.spec.en.html:
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  non-normative.ja.html.u8: always  non-normative.ja.html.u8: .spec.en.html make2.pl common.pl data2/*.dat
36          perl make.pl .spec.en.html $@          perl make2.pl $< $@ status-apps.dat
37    
38    workers-non-normative.ja.html.u8: .workers-spec.en.html make2.pl common.pl data2/*.dat
39            perl make2.pl $< $@ status-workers.dat
40    
41  workers-non-normative.ja.html.u8: always  notes.html.u8: notes-src.html.u8 make2.pl common.pl data2/*.dat
42          perl make.pl .workers-spec.en.html $@          perl make2.pl $< $@ /dev/null
43    
44  cvs-commit:  cvs-commit:
45          cvs commit -m ""          cvs commit -m "make"
46    
47  always:  ## Author: Wakaba <w@suika.fam.cx>.
48    ## License: Public Domain.
49    ## $Date$

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24