2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

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