DOCBOOK_FILES =	\
		book.xml \
		install_guide.xml \
		introduction.xml \
		users_guide.xml

book.html: $(DOCBOOK_FILES)
	xmlto xhtml-nochunks book.xml

clean:
	rm -f book.html
