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