version 1.1, 2017/02/08 03:03:31 |
version 1.2, 2022/04/30 18:51:38 |
|
|
# $OpenBSD$ |
# $OpenBSD$ |
|
|
REGRESS_TARGETS = man nested column |
REGRESS_TARGETS = column man nested req |
LINT_TARGETS = man nested |
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 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). |
# .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 <bsd.regress.mk> |
.include <bsd.regress.mk> |