mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +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:
@@ -545,6 +545,7 @@ docs:
|
|||||||
- *configure
|
- *configure
|
||||||
- make -j${BUILD_PARALLEL_JOBS:-1} -k doc V=1
|
- make -j${BUILD_PARALLEL_JOBS:-1} -k doc V=1
|
||||||
- qpdf --check doc/arm/_build/latex/Bv9ARM.pdf
|
- 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:
|
needs:
|
||||||
- job: autoreconf
|
- job: autoreconf
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
@@ -147,6 +147,8 @@ man_SUBST = \
|
|||||||
.NOTPARALLEL: man
|
.NOTPARALLEL: man
|
||||||
man: Makefile $(man_MANS)
|
man: Makefile $(man_MANS)
|
||||||
|
|
||||||
|
doc-local: man
|
||||||
|
|
||||||
clean-local::
|
clean-local::
|
||||||
-rm -rf $(SPHINXBUILDDIR)
|
-rm -rf $(SPHINXBUILDDIR)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user