add target apidoc

This commit is contained in:
Uwe Steinmann 2015-06-24 12:41:26 +02:00
parent 28cb809e25
commit b605b9a1d0

View File

@ -30,4 +30,7 @@ webapp:
doc:
$(PHPDOC) -d SeedDMS_Core --ignore 'getusers.php,getfoldertree.php,config.php,reverselookup.php' --force -t html
apidoc:
apigen generate -s SeedDMS_Core --exclude tests --skip-doc-prefix tests -d html
.PHONY: webdav webapp