]> git.parisson.com Git - pdf.js.git/commitdiff
Add examples and extensions to lint.
authorKalervo Kujala <kkujala@com>
Tue, 27 Sep 2011 19:20:58 +0000 (22:20 +0300)
committerKalervo Kujala <kkujala@com>
Tue, 27 Sep 2011 19:20:58 +0000 (22:20 +0300)
Makefile

index 56b597e5f0eccc18622b6b38e795519b28704ba8..04586bd18909e37165350b4343d3d14b61b9d306 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -88,7 +88,8 @@ browser-test:
 # To install gjslint, see:
 #
 # <http://code.google.com/closure/utilities/docs/linter_howto.html>
-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)