Creating the target directory for api docs

This commit is contained in:
tschaub
2012-10-01 16:35:38 -06:00
parent c6a9044bee
commit 671c902d72

View File

@@ -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 $@