SAXON=saxon

tr2rss-test.rss: tr2rss.xsl
	$(SAXON) tr.rdf $< > $@

tr2rss-compare: tr2rss-test.rss
	diff tr2rss-test.rss tr2rss-expected.rss
