From ec136acb1de90940193da840d5175f08ae0a42fa Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 12 Jun 2016 21:15:09 +0100 Subject: [PATCH] Add hack to makefile to send api docs to correct folder --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8238fb3..8954fee 100644 --- a/Makefile +++ b/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