diff --git a/darkice/trunk/Makefile.am b/darkice/trunk/Makefile.am index af437a6..610aa3f 100644 --- a/darkice/trunk/Makefile.am +++ b/darkice/trunk/Makefile.am @@ -1 +1,11 @@ SUBDIRS = src +EXTRA_DIST = doc + +dist-hook: kdocs + +kdocs: src + cd src; kdoc --private --strip-h-path --name DarkIce --outputdir ../doc/ *.h + +kdocs_clean: + rm -rf doc/ +