# $Id: Makefile.doxy.doc,v 1.5 2006/02/06 22:29:58 tho Exp $

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

HTMLDOCDIR = ${DOCDIR}/libu/html/

all clean depend cleandepend:

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

uninstall:
	rm -rf ${HTMLDOCDIR}
