diff options
author | наб <[email protected]> | 2021-05-26 23:23:19 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-06-09 13:05:34 -0700 |
commit | a61c5029078adbb9ad00c6c07248795ec0d2ca67 (patch) | |
tree | 09d2166f3f1ed9927ad1618a3a7c320fc677d00e /Makefile.am | |
parent | f2e890ddfa5a1a476573cb2a62c924ddcc22454d (diff) |
Widen mancheck to all of man and test-runner
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #12125
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ca9b9053c..689816bdc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -170,7 +170,7 @@ checkbashisms: PHONY += mancheck mancheck: @if type mandoc > /dev/null 2>&1; then \ - find ${top_srcdir}/man/man8 -type f -name '*[1-9]*' \ + find ${top_srcdir}/man ${top_srcdir}/tests/test-runner/man -type f -name '*[1-9]*' \ -exec mandoc -Tlint -Werror {} \+; \ else \ echo "skipping mancheck because mandoc is not installed"; \ |