From 5fe92d801337e15527d97b95d8813693a950d5e8 Mon Sep 17 00:00:00 2001 From: James Laska Date: Thu, 28 Aug 2014 12:01:35 -0400 Subject: [PATCH] Add ngdocs Makefile target Also, update jshint target to match grunt command. --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bf6cd62e63..93ef015a16 100644 --- a/Makefile +++ b/Makefile @@ -196,8 +196,11 @@ minjs: node_modules $(GRUNT) # Check .js files for errors and lint -lintjs: node_modules - $(GRUNT) jshint +jshint: node_modules + $(GRUNT) $@ + +ngdocs: node_modules + $(GRUNT) $@ # Build a pip-installable package into dist/ with a timestamped version number. dev_build: