VALIDATOR := http://validator.w3.org/check?uri=
URL := http://jc.unternet.net/src/constitution/individual_constitution.html
DRYRUN ?= --dry-run
SERVER ?= www
export
upload:
	rsync -avuz $(DRYRUN) \
	 . $(SERVER):src/constitution
validate:
	links $(VALIDATOR)$(URL)
