all: update
update: \
.workers-spec.en.html .xbl-spec.en.html .spec.en.html \
workers-non-normative.ja.html.u8 \
xbl-non-normative.ja.html.u8 \
non-normative.ja.html.u8
gnuplot status.plt
force-update: force-.spec.en.html force-.workers-spec.en.html \
update
# force-.xbl-spec.en.html \
.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/
.xbl-spec.en.html:
wget -O $@ http://www.mozilla.org/projects/xbl/xbl2.html
force-.spec.en.html:
rm -f .spec.en.html
force-.workers-spec.en.html:
rm -f .workers-spec.en.html
force-.xbl.en.html:
rm -f .xbl-spec.en.html
non-normative.ja.html.u8: .spec.en.html make.pl common.pl data/*.dat
perl make.pl $< $@ status-apps.dat tbt-apps
workers-non-normative.ja.html.u8: .workers-spec.en.html make.pl common.pl data/*.dat
perl make.pl $< $@ status-workers.dat tbt-workers
xbl-non-normative.ja.html.u8: .xbl-spec.en.html make.pl common.pl data/*.dat
perl make.pl $< $@ status-xbl.dat tbt-xbl
cvs-commit:
cvs commit -m ""