aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Sh/Makefile
blob: 4b37bb2abe04d1106877ed3b7129594d5bdbfead (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $OpenBSD: Makefile,v 1.13 2020/02/27 21:38:27 schwarze Exp $

REGRESS_TARGETS	 = badNAME before empty emptyNAME first nohead order
REGRESS_TARGETS	+= orderNAME paragraph parbefore parborder punctNAME
REGRESS_TARGETS	+= subbefore tag transp
LINT_TARGETS	 = badNAME before empty emptyNAME first nohead order
LINT_TARGETS	+= orderNAME parbefore parborder punctNAME subbefore
HTML_TARGETS	 = paragraph tag

# groff-1.22.3 defects:
# - .Pp before .Sh NAME causes a blank line before the header line
# - .Ss before .Sh NAME puts the subsection header before the header line
# - missing .Sh NAME causes loss of the header and footer lines
# - .Sh DESCRIPTION Xo aborts the parser

SKIP_GROFF	= parbefore subbefore first empty

.include <bsd.regress.mk>