Merge branch '2312-lint-generated-manual-pages' into 'main'

Lint manual pages

Closes #2312

See merge request isc-projects/bind9!4475
This commit is contained in:
Michal Nowak 2021-02-12 11:54:18 +00:00
commit 40600d6bf6
2 changed files with 3 additions and 0 deletions

View file

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

View file

@ -147,6 +147,8 @@ man_SUBST = \
.NOTPARALLEL: man
man: Makefile $(man_MANS)
doc-local: man
clean-local::
-rm -rf $(SPHINXBUILDDIR)