=================================================================== RCS file: /cvs/mandoc/regress/tbl/macro/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mandoc/regress/tbl/macro/Makefile 2017/02/08 03:03:31 1.1 +++ mandoc/regress/tbl/macro/Makefile 2022/04/30 18:51:38 1.2 @@ -1,12 +1,15 @@ -# $OpenBSD: Makefile,v 1.1 2017/02/08 03:03:31 schwarze Exp $ +# $OpenBSD: Makefile,v 1.2 2022/04/30 18:51:38 schwarze Exp $ -REGRESS_TARGETS = man nested column -LINT_TARGETS = man nested +REGRESS_TARGETS = column man nested req +LINT_TARGETS = man nested req -# trivial differences to groff-1.22.3: +# mandoc defect: +# mandoc(1) ignores .br inside tbl(7) code. + +# 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 = nested column +SKIP_GROFF = column nested req .include