From c3551def989ca5418468b64939f991ed042eabf1 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sat, 4 Apr 2020 21:23:48 +0200 Subject: make: added a checkdoc target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The implementation is somewhat dubious, but it does the job... Signed-off-by: Miquel Sabaté Solà --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3