1 # $OpenBSD: Makefile,v 1.8 2020/04/04 20:23:07 schwarze Exp $
3 REGRESS_TARGETS = broken broken_eline empty_before longarg noarg paragraph vert
4 LINT_TARGETS = broken broken_eline empty_before noarg
5 HTML_TARGETS = paragraph
6 TAG_TARGETS = paragraph
8 # groff-1.22.3 defects:
9 # - .SH without args just before EOF causes two additional blank lines.
10 # - Empty .SH heads cause additional vertical spacing.
11 # - If .TP or .IP breaks .SH, the tag becomes bold.
12 # - If .HP breaks .SH, a line is broken after the next input line.
13 # - If .RS/RE/nf/fi breaks .SH, the next input line becomes bold.
14 # - .UR does not break .SH.
15 # - blank line in .SH next line scope causes blank lines and bogus indent
17 SKIP_GROFF = broken broken_eline noarg
19 .include <bsd.regress.mk>