From: Michal Nowak Date: Mon, 7 Dec 2020 17:08:53 +0000 (+0100) Subject: Lint manual pages X-Git-Tag: v9.17.11~58^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=22fdcb30db28c7f8f007640096459b3900473ad1;p=thirdparty%2Fbind9.git Lint manual pages As we generate manual pages from reStructuredText sources, we don't have absolute control on manual page output and therefore 'mandoc -Tlint' may always report warnings we can't eliminate. In light of this some mandoc warnings need to be ignored. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03d6ae6cb4b..d19b25a0483 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -545,6 +545,7 @@ docs: - *configure - make -j${BUILD_PARALLEL_JOBS:-1} -k doc V=1 - qpdf --check doc/arm/_build/latex/Bv9ARM.pdf + - find doc/man/ -maxdepth 1 -name "*.[0-9]" -exec mandoc -T lint "{}" \; | ( ! grep -v -e "skipping paragraph macro. sp after" -e "unknown font, skipping request. ft C" ) needs: - job: autoreconf artifacts: true