diff options
| author | Alejandro Colomar <alx@kernel.org> | 2023-03-09 17:54:04 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-03-09 17:54:06 +0100 |
| commit | 7903eb906ad3c390a740de8c22148cca9ebf6eae (patch) | |
| tree | c6cc085141817968d76483bad32f15ea78a8bb9e | |
| parent | 349832ffe8147a004d7ec1d565e47a806c5c8bd7 (diff) | |
| download | man-pages-7903eb906ad3c390a740de8c22148cca9ebf6eae.tar.gz | |
lint-man.mk: make-lint-tbl: ffix
Print 'LINT (tbl comment)' to not confuse users to think that we run
tbl(1) at all.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | lib/lint-man.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lint-man.mk b/lib/lint-man.mk index e0f72d3034..c4a4c57b0c 100644 --- a/lib/lint-man.mk +++ b/lib/lint-man.mk @@ -98,7 +98,7 @@ $(_LINT_man_mandoc): $(_LINTDIR)/%.lint-man.mandoc.touch: $(MANDIR)/% | $$(@D)/. touch $@ $(_LINT_man_tbl): $(_LINTDIR)/%.lint-man.tbl.touch: $(MANDIR)/% | $$(@D)/. - $(info LINT (tbl) $@) + $(info LINT (tbl comment) $@) if $(GREP) -q '^\.TS$$' $< && ! $(HEAD) -n1 $< | $(GREP) -q '\\" t$$'; \ then \ >&2 $(ECHO) "$<:1: missing '\\\" t' comment:"; \ |
