Add hack to makefile to send api docs to correct folder

This commit is contained in:
Starbeamrainbowlabs 2016-06-12 21:15:09 +01:00
parent 98e22de52f
commit ec136acb1d
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ peppermint:
docs: setupApiDoc
@echo [peppermint/docs] Building docs
apidoc -f '.*\.php' -e index.php
apidoc -vvv -o './RestApiDocs/' -f '.*\.php' -e index.php
rm -rf doc/
setupApiDoc:
@echo [peppermint] Checking for apiDoc