From: Kalervo Kujala Date: Tue, 27 Sep 2011 19:20:58 +0000 (+0300) Subject: Add examples and extensions to lint. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=24d642a3cfa551b8b381e9c62ef3d982003bef3a;p=pdf.js.git Add examples and extensions to lint. --- diff --git a/Makefile b/Makefile index 56b597e..04586bd 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,8 @@ browser-test: # To install gjslint, see: # # -SRC_DIRS := . utils worker web test +SRC_DIRS := . utils worker web test examples/helloworld extensions/firefox \ + extensions/firefox/components GJSLINT_FILES = $(foreach DIR,$(SRC_DIRS),$(wildcard $(DIR)/*.js)) lint: gjslint $(GJSLINT_FILES)