diff options
author | Omar Polo <op@omarpolo.com> | 2023-10-18 19:29:55 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-10-18 19:29:55 +0000 |
commit | 4c128857793466add48a2e34737d8e4e5ac4e00c (patch) | |
tree | 68eef78da22c899151c65ab7dc5fd6deec6dfb0e /Makefile | |
parent | 4645a68a10408d2965df28ec44d22b41a2842068 (diff) |
`make lint' to check titan.1 too
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ y.tab.c: parse.y .PHONY: lint release dist lint: - man -Tlint -Wstyle -l gmid.8 gmid.conf.5 gemexp.1 gg.1 + man -Tlint -Wstyle -l gmid.8 gmid.conf.5 gemexp.1 gg.1 titan.1 DISTFILES = .cirrus.yml .dockerignore .gitignore ChangeLog LICENSE \ Makefile README.md config.c configure crypto.c dirs.c fcgi.c \ |