#!/usr/bin/make

html:
	xsltproc -o ../index.html /usr/share/xml/docbook/stylesheet/nwalsh/html/docbook.xsl screen.xml
