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