1# $OpenBSD: Makefile,v 1.14 2020/04/01 20:10:18 schwarze Exp $
2
3REGRESS_TARGETS	 = badNAME before empty emptyNAME first nohead order
4REGRESS_TARGETS	+= orderNAME paragraph parbefore parborder punctNAME
5REGRESS_TARGETS	+= subbefore tag transp
6LINT_TARGETS	 = badNAME before empty emptyNAME first nohead order
7LINT_TARGETS	+= orderNAME parbefore parborder punctNAME subbefore tag
8HTML_TARGETS	 = paragraph tag
9TAG_TARGETS	 = tag
10
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
16
17SKIP_GROFF	= parbefore subbefore first empty
18
19.include <bsd.regress.mk>
20