From a347454aa3bebf54d7704304c55f71cb13e9aef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 28 Sep 2012 11:25:24 +0200 Subject: [PATCH] JSDoc output goes to build//apidoc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: