DOCUMENT=scan29

all: html-one

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

clean:
	rm -f *.html

