add target apidoc

This commit is contained in:
Uwe Steinmann 2015-06-24 12:41:26 +02:00
parent bd007a6660
commit 67f7cce7d5

View File

@ -46,4 +46,7 @@ extensions: $(EXTENSIONS)
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