Makefile revision 1.4
1# $OpenBSD: Makefile,v 1.4 2019/01/06 04:41:15 schwarze Exp $
2
3REGRESS_TARGETS	= broken broken_eline longarg noarg paragraph
4LINT_TARGETS	= broken broken_eline noarg
5HTML_TARGETS	= paragraph
6
7# groff-1.22.3 defects:
8# - .SS without args just before EOF causes two additional blank lines.
9# - Empty .SS heads cause additional vertical spacing.
10# - If .TP or .IP breaks .SS, the tag becomes bold.
11# - If .HP breaks .SS, a line is broken after the next input line.
12# - If .RS/RE/nf/fi breaks .SS, the next input line becomes bold.
13# - .UR does not break .SS.
14# - blank line in .SS next-line scope causes a blank line
15
16SKIP_GROFF	= broken broken_eline noarg
17
18.include <bsd.regress.mk>
19