DOCUMENT=scan25

all: html-one

html-one: $(DOCUMENT).xml
	xmlto -x scan25.xsl html-nochunks scan25.xml

clean:
	rm -f *.html

