diff options
author | Omar Polo <op@omarpolo.com> | 2023-06-24 13:01:31 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-06-24 13:01:31 +0000 |
commit | c3d502d4556b4174bcd748fdd4c136ba9867ba20 (patch) | |
tree | 315cc628bbb1529df9c6bce2c6016493b1818785 /Makefile | |
parent | eac9287d295719131cbc346503dd2a0612e54b4b (diff) |
add a `lint' maintainer target to check the manpages
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 \ |