added rules to make kdoc-style C++ source documentation

and to include this in the distribution as well
This commit is contained in:
darkeye 2000-11-12 13:30:14 +00:00
parent dd0d8312b4
commit 188e62e380
1 changed files with 10 additions and 0 deletions

View File

@ -1 +1,11 @@
SUBDIRS = src 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/