]> git.ipfire.org Git - thirdparty/man-pages.git/commit
share/mk/: lint-man-blank: Add target to lint about blank lines
authorAlejandro Colomar <alx@kernel.org>
Tue, 12 Aug 2025 09:09:48 +0000 (11:09 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sun, 24 Aug 2025 20:20:44 +0000 (22:20 +0200)
commit88e64ce329f71a96a2532ddd9d42e6c2f5995955
treea10451a7360a199d47e45bc6c0a17983b790ce0e
parent76294a63120086e4fd9e05a8ce2169b44d7bbdfa
share/mk/: lint-man-blank: Add target to lint about blank lines

groff's CHECKSTYLE already warns about this, but it's imperfect, and it
doesn't work with mdoc(7).  This linter is simpler, and works better.

Suggested-by: "G. Branden Robinson" <branden@debian.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
share/mk/lint/man/_.mk
share/mk/lint/man/blank.mk [new file with mode: 0644]