aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-06-24 13:01:31 +0000
committerOmar Polo <op@omarpolo.com>2023-06-24 13:01:31 +0000
commitc3d502d4556b4174bcd748fdd4c136ba9867ba20 (patch)
tree315cc628bbb1529df9c6bce2c6016493b1818785 /Makefile
parenteac9287d295719131cbc346503dd2a0612e54b4b (diff)
add a `lint' maintainer target to check the manpages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 99a4cde..7fa876a 100644
--- a/Makefile
+++ b/Makefile
@@ -114,7 +114,10 @@ y.tab.c: parse.y
# -- maintainer targets --
-.PHONY: release dist
+.PHONY: lint release dist
+
+lint:
+ man -Tlint -Wstyle -l gmid.8 gmid.conf.5 ge.1 gg.1
DISTFILES = .cirrus.yml .dockerignore .gitignore ChangeLog LICENSE \
Makefile README.md config.c configure configure.local.example \