Skip to content
Snippets Groups Projects
Unverified Commit 63f79e06 authored by Simon Josefsson's avatar Simon Josefsson
Browse files

ci: Run 'lexgrog' and 'mandoc -T lint' on manpages.

parent f0c85bd1
Branches
Tags
1 merge request!241ci: Run 'lexgrog' and 'mandoc -T lint' on manpages.
......@@ -53,6 +53,11 @@ make-doc:
stage: documentation
before_script:
- apt-get update
- apt-get install -y help2man pandoc
- apt-get install -y help2man pandoc mandoc man-db
script:
- make doc
# https://manpages.debian.org/testing/mandoc/mandoc.1.en.html
# https://lintian.debian.org/tags/bad-whatis-entry.html
- MANPAGER=cat mandoc -T lint doc/*.? || true
- MANPAGER=cat mandoc -T lint -W error doc/*.?
- lexgrog --debug doc/*.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment