Taking over new template from jsdoc but keep modifications by OpenLayers as much as possible

This commit is contained in:
augustus
2012-10-31 09:39:55 +01:00
parent f4139f208a
commit 64a252093c
17 changed files with 156 additions and 75 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ 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
$(JSDOC) -t doc/template -r src -d build/gh-pages/$(BRANCH)/apidoc doc/index.md
touch $@
.PHONY: hostexamples