aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d57dfb..739d3bf 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ clean:
ci: version all
.PHONY: test
-test: lint git-validation load-test
+test: lint git-validation checkdoc load-test
# Maybe it would've been nicer to use Cask or something like that, but it
# doesn't have too many dependencies so it should be fine for now.
@@ -77,3 +77,8 @@ load-test:
(add-to-list 'custom-theme-load-path \"$(TOP)\") \
(load-theme 'soria t) \
(message \"%s\" soria-theme-hide-helm-header))"
+
+.PHONY: checkdoc
+checkdoc:
+ @chmod +x ./bin/checkdoc.sh
+ @./bin/checkdoc.sh $(BATCH) -nw --load soria-theme.el