summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5a46cfc..870e0cb 100644
--- a/Makefile
+++ b/Makefile
@@ -216,8 +216,9 @@ check-install::
# Check man page markup
check-man::
- ${MSG} "[LINT] docs/bfs.1" \
- groff -man -rCHECKSTYLE=3 -ww -b -z docs/bfs.1
+ ${MSG} "[LINT] docs/bfs.1"
+ ${Q}groff -man -rCHECKSTYLE=3 -ww -b -z docs/bfs.1
+ ${Q}mandoc -Tlint -Wwarning docs/bfs.1
## Cleanup (`make clean`)