RNG=$(PROJECTS)/arubomu/share/rng/album.rng

all: validate tests

validate: album-*.xml
	jing -i $(RNG) $?

tests:
	../roundtrip album-main.xml | xmllint-elementtree --format - | \
	    xxdiff album-main.xml -

