add a `lint' maintainer target to check the manpages

This commit is contained in:
Omar Polo 2023-06-24 13:01:31 +00:00
parent eac9287d29
commit c3d502d455
1 changed files with 4 additions and 1 deletions

View File

@ -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 \