check:
	@find . -name '*.xml' -exec xmllint --noout {} \;
.PHONY: check
