# -*-makefile-*-

# The htmldiff used is the one from /tux/u/hugo/bin
# The makefile should work on Tux
TMPPATH:=$(PATH):/tux/u/hugo/bin
PATH=$(TMPPATH)

wscwgc-diff.html: wscwg1.html wscwg2.html
	htmldiff wscwg1.html wscwg2.html > wscwgc-diff.html
	tidy -m --doctype loose wscwgc-diff.html

wscwg2.html: wscwg-charter.html
	tidy --doctype loose wscwg-charter.html > wscwg2.html

commit: wscwg2.html wscwgc-diff.html wscwg-charter.html
	cvs commit -m '' wscwg2.html wscwgc-diff.html wscwg-charter.html
