Adding checkdoc analysis to ensure there aren't regressions.

This commit is contained in:
Justin Abrahms
2021-08-13 14:56:48 +00:00
parent d88c10bcb1
commit 86964652c4
3 changed files with 710 additions and 1 deletions

View File

@@ -1,10 +1,12 @@
update:
emacs -batch -l test/make-update.el
compile: clean
compile: clean lint
emacs -batch -l test/elpa.el -l test/compile.el
clean:
rm -f *.elc
lint:
./test/checkdoc-batch.sh -Q --lispdir=test ox-gemini.el
.PHONY: update compile test clean