JSDoc output goes to build/<branch_name>/apidoc

This commit is contained in:
Éric Lemoine
2012-09-28 11:25:24 +02:00
parent e27d0d9dc1
commit a347454aa3

View File

@@ -122,7 +122,7 @@ $(PLOVR_JAR):
.PHONY: doc
doc:
$(JSDOC) -t doc/template -r src -d build/apidoc
$(JSDOC) -t doc/template -r src -d build/$(shell git rev-parse --abbrev-ref HEAD)/apidoc
.PHONY: test
test: