Make path to jsdoc configurable

This commit is contained in:
Tom Payne
2012-09-24 18:30:32 +02:00
parent b7020750ac
commit bd5ef6b361

View File

@@ -1,3 +1,4 @@
JSDOC = jsdoc
PLOVR_JAR = bin/plovr-4b3caf2b7d84.jar
SRC = $(shell find exports externs src/ol -name \*.js)
TARGETS = $(shell find demos -name advanced-optimizations.js -o -name simple-optimizations.js)
@@ -107,7 +108,7 @@ $(PLOVR_JAR):
.PHONY: doc
doc:
jsdoc -t doc/template -r src -d build/apidoc
$(JSDOC) -t doc/template -r src -d build/apidoc
clean:
rm -f build/all.js