=================================================================== RCS file: /cvs/mandoc/regress/tbl/macro/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- mandoc/regress/tbl/macro/Makefile 2022/04/30 18:51:38 1.2 +++ mandoc/regress/tbl/macro/Makefile 2025/07/24 17:11:33 1.3 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2022/04/30 18:51:38 schwarze Exp $ +# $OpenBSD: Makefile,v 1.3 2025/07/24 17:11:33 schwarze Exp $ REGRESS_TARGETS = column man nested req LINT_TARGETS = man nested req @@ -6,10 +6,11 @@ LINT_TARGETS = man nested req # mandoc defect: # mandoc(1) ignores .br inside tbl(7) code. +SKIP_GROFF = req + # trivial differences to groff-1.23.0: -# .TS in a table causes a blank table line in GNU tbl(1), but not in mandoc. # .TS in a column list causes a blank line in mandoc, but not in GNU tbl(1). -SKIP_GROFF = column nested req +SKIP_GROFF += column .include