added rules to make kdoc-style C++ source documentation
and to include this in the distribution as well
This commit is contained in:
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user