# $Id: Makefile.doxy.doc,v 1.2 2006/01/31 17:15:33 tho Exp $

include common.mk
include ../../Makefile.conf

HTMLDOCDIR = ${DOCDIR}/klone/html/

all clean depend cleandepend:

install:
	${MKINSTALLDIRS} ${HTMLDOCDIR} && cp -r *.html *.css ${HTMLDOCDIR}

uninstall:
	rm -rf ${HTMLDOCDIR}
