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