Make path to jsdoc configurable

This commit is contained in:
Tom Payne
2012-09-24 18:30:32 +02:00
parent b7020750ac
commit bd5ef6b361
+2 -1
View File
@@ -1,3 +1,4 @@
JSDOC = jsdoc
PLOVR_JAR = bin/plovr-4b3caf2b7d84.jar PLOVR_JAR = bin/plovr-4b3caf2b7d84.jar
SRC = $(shell find exports externs src/ol -name \*.js) SRC = $(shell find exports externs src/ol -name \*.js)
TARGETS = $(shell find demos -name advanced-optimizations.js -o -name simple-optimizations.js) TARGETS = $(shell find demos -name advanced-optimizations.js -o -name simple-optimizations.js)
@@ -107,7 +108,7 @@ $(PLOVR_JAR):
.PHONY: doc .PHONY: doc
doc: doc:
jsdoc -t doc/template -r src -d build/apidoc $(JSDOC) -t doc/template -r src -d build/apidoc
clean: clean:
rm -f build/all.js rm -f build/all.js