fix call of apigen

This commit is contained in:
Uwe Steinmann 2016-09-23 12:47:02 +02:00
parent 9fc3e93eaf
commit aa8e64ddd8

View File

@ -32,6 +32,6 @@ 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
apigen generate -s SeedDMS_Core --exclude tests -d html
.PHONY: webdav webapp