mirror of
https://github.com/abo-abo/avy.git
synced 2026-02-04 06:42:26 +00:00
Makefile: Add target checkdoc to check documentation guidelines of lisp files
Fixes #211
This commit is contained in:
7
Makefile
7
Makefile
@@ -3,13 +3,16 @@ emacs ?= emacs
|
||||
|
||||
LOAD = -l avy.el -l avy-test.el
|
||||
|
||||
.PHONY: all test clean
|
||||
.PHONY: all test clean checkdoc
|
||||
|
||||
all: compile test
|
||||
all: compile test checkdoc
|
||||
|
||||
test:
|
||||
$(emacs) -batch $(LOAD) -f ert-run-tests-batch-and-exit
|
||||
|
||||
checkdoc:
|
||||
$(emacs) -batch -l targets/checkdoc.el
|
||||
|
||||
compile:
|
||||
$(emacs) -batch -l targets/avy-init.el
|
||||
|
||||
|
||||
Reference in New Issue
Block a user