1 # $OpenBSD: Makefile,v 1.14 2020/04/01 20:10:18 schwarze Exp $
3 REGRESS_TARGETS = badNAME before empty emptyNAME first nohead order
4 REGRESS_TARGETS += orderNAME paragraph parbefore parborder punctNAME
5 REGRESS_TARGETS += subbefore tag transp
6 LINT_TARGETS = badNAME before empty emptyNAME first nohead order
7 LINT_TARGETS += orderNAME parbefore parborder punctNAME subbefore tag
8 HTML_TARGETS = paragraph tag
11 # groff-1.22.3 defects:
12 # - .Pp before .Sh NAME causes a blank line before the header line
13 # - .Ss before .Sh NAME puts the subsection header before the header line
14 # - missing .Sh NAME causes loss of the header and footer lines
15 # - .Sh DESCRIPTION Xo aborts the parser
17 SKIP_GROFF = parbefore subbefore first empty
19 .include <bsd.regress.mk>