all: test

clean:
	@rm -f bmk_*.html

test:  test.xml
	java org.apache.xalan.xslt.Process -in test.xml -xsl bmk.xslt >/dev/null

