all: update
update: \
.workers-spec.en.html \
.spec.en.html \
clear-fallback-entries \
workers-non-normative.ja.html.u8 \
non-normative.ja.html.u8 \
notes.html.u8 \
clear-modified-hashes
gnuplot status.plt
force-update: force-.spec.en.html force-.workers-spec.en.html \
update
clear-fallback-entries:
echo "{}" > data2/fallback.dat
clear-modified-hashes:
rm -f data2/modified.txt
## SEE ALSO: |common.pl|.
.spec.en.html:
wget -O $@ http://www.whatwg.org/specs/web-apps/current-work/
.workers-spec.en.html:
wget -O $@ http://www.whatwg.org/specs/web-workers/current-work/
force-.spec.en.html:
rm -f .spec.en.html
force-.workers-spec.en.html:
rm -f .workers-spec.en.html
non-normative.ja.html.u8: .spec.en.html make2.pl common.pl data2/*.dat
perl make2.pl $< $@ status-apps.dat
workers-non-normative.ja.html.u8: .workers-spec.en.html make2.pl common.pl data2/*.dat
perl make2.pl $< $@ status-workers.dat
notes.html.u8: notes-src.html.u8 make2.pl common.pl data2/*.dat
perl make2.pl $< $@ /dev/null
cvs-commit:
cvs commit -m "make"
## Author: Wakaba .
## License: Public Domain.
## $Date: 2008/10/31 04:30:24 $