From 671c902d7277ad2c9012529f242c12973edacd1a Mon Sep 17 00:00:00 2001 From: tschaub Date: Mon, 1 Oct 2012 16:35:38 -0600 Subject: [PATCH] Creating the target directory for api docs --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index afcc686bad..1860b6f6b3 100644 --- a/Makefile +++ b/Makefile @@ -96,6 +96,7 @@ gh-pages: doc: build/jsdoc-$(BRANCH)-timestamp build/jsdoc-$(BRANCH)-timestamp: $(SRC) $(shell find doc/template -type f) + mkdir -p build/gh-pages/$(BRANCH)/apidoc $(JSDOC) -t doc/template -r src -d build/gh-pages/$(BRANCH)/apidoc touch $@