From: Alejandro Colomar Date: Thu, 9 Mar 2023 15:59:50 +0000 (+0100) Subject: lint-man.mk: lint-man-mandoc: Silence warnings about missing date X-Git-Tag: man-pages-6.04~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e73e78f59ac4c4bccbde512230f0dfca96e8aebb;p=thirdparty%2Fman-pages.git lint-man.mk: lint-man-mandoc: Silence warnings about missing date tzdb pages have no date it them. Don't warn about that. Signed-off-by: Alejandro Colomar --- diff --git a/lib/lint-man.mk b/lib/lint-man.mk index 8e66291cc2..6a0cd4184e 100644 --- a/lib/lint-man.mk +++ b/lib/lint-man.mk @@ -90,6 +90,7 @@ $(_LINT_man_mandoc): $(_LINTDIR)/%.lint-man.mandoc.touch: $(MANDIR)/% | $$(@D)/. | $(GREP) -v 'UNSUPP: ignoring macro in table:' \ | $(GREP) -v 'WARNING: cannot parse date, using it verbatim: TH (date)' \ | $(GREP) -v 'WARNING: empty block: UR' \ + | $(GREP) -v 'WARNING: missing date, using "": TH' \ ||:; \ ) \ | $(GREP) '.' >&2