# Makefile for building HTML output from the DocBook DTD user-documentation
# $Id$

all: clean
	jade -t sgml -d /usr/local/share/sgml/stylesheets/docbook/html/docbook.dsl user/userbook.sgm

clean:
	rm -f *.htm
	rm -f HTML.manifest
