| 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 |
clear-modified-hashes |
| 10 |
gnuplot status.plt |
gnuplot status.plt |
| 11 |
|
|
| 12 |
force-update: force-.spec.en.html force-.workers-spec.en.html \ |
force-update: force-.spec.en.html force-.workers-spec.en.html \ |
| 13 |
update |
update |
| 14 |
# force-.xbl-spec.en.html \ |
|
| 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/ |
| 25 |
.workers-spec.en.html: |
.workers-spec.en.html: |
| 26 |
wget -O $@ http://www.whatwg.org/specs/web-workers/current-work/ |
wget -O $@ http://www.whatwg.org/specs/web-workers/current-work/ |
| 27 |
|
|
|
.xbl-spec.en.html: |
|
|
wget -O $@ http://www.mozilla.org/projects/xbl/xbl2.html |
|
|
|
|
| 28 |
force-.spec.en.html: |
force-.spec.en.html: |
| 29 |
rm -f .spec.en.html |
rm -f .spec.en.html |
| 30 |
|
|
| 31 |
force-.workers-spec.en.html: |
force-.workers-spec.en.html: |
| 32 |
rm -f .workers-spec.en.html |
rm -f .workers-spec.en.html |
| 33 |
|
|
| 34 |
force-.xbl.en.html: |
non-normative.ja.html.u8: .spec.en.html make2.pl common.pl data2/*.dat |
| 35 |
rm -f .xbl-spec.en.html |
perl make2.pl $< $@ status-apps.dat |
| 36 |
|
|
| 37 |
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 |
| 38 |
perl make.pl $< $@ status-apps.dat tbt-apps.dat |
perl make2.pl $< $@ status-workers.dat |
|
|
|
|
workers-non-normative.ja.html.u8: .workers-spec.en.html make.pl common.pl data/*.dat |
|
|
perl make.pl $< $@ status-workers.dat tbt-workers.dat |
|
|
|
|
|
xbl-non-normative.ja.html.u8: .xbl-spec.en.html make.pl common.pl data/*.dat |
|
|
perl make.pl $< $@ status-xbl.dat tbt-xbl.dat |
|
| 39 |
|
|
| 40 |
cvs-commit: |
cvs-commit: |
| 41 |
cvs commit -m "" |
cvs commit -m "make" |
| 42 |
|
|
| 43 |
|
## Author: Wakaba <w@suika.fam.cx>. |
| 44 |
|
## License: Public Domain. |
| 45 |
|
## $Date$ |