diff --git a/Makefile b/Makefile index b948807974..baf6aff6cb 100644 --- a/Makefile +++ b/Makefile @@ -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: