mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Add hack to makefile to send api docs to correct folder
This commit is contained in:
parent
98e22de52f
commit
ec136acb1d
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue