]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
lint-man.mk: lint-man-mandoc: Silence warnings about unsupported tbl(1) features
authorAlejandro Colomar <alx@kernel.org>
Wed, 9 Nov 2022 23:11:59 +0000 (00:11 +0100)
committerAlejandro Colomar <alx@kernel.org>
Wed, 9 Nov 2022 23:37:42 +0000 (00:37 +0100)
It's bad that the features are not supported, but we can do nothing
about it but wait.  Let's silence the warnings.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/lint-man.mk

index 175a66b8357f92811ede4db4cd8f15d90bbde4d2..5402429a86c62da0d2ecd5bfa21a92bd095b02a6 100644 (file)
@@ -86,6 +86,7 @@ $(_LINT_man_mandoc): $(_LINTDIR)/%.lint-man.mandoc.touch: $(MANDIR)/% | $$(@D)/.
        $(info LINT (mandoc)    $@)
        ! ($(MANDOC) $(MANDOCFLAGS) $< 2>&1 \
           | $(GREP) -v 'STYLE: lower case character in document title:' \
+          | $(GREP) -v 'UNSUPP: ignoring macro in table:' \
           | $(GREP) -v 'WARNING: cannot parse date, using it verbatim: TH (date)' \
           | $(GREP) -v 'WARNING: empty block: UR' \
           ||:; \