Makefile revision 1.15
1# $OpenBSD: Makefile,v 1.15 2017/03/05 19:59:26 schwarze Exp $
2
3REGRESS_TARGETS	 = badNAME badNAMEuse break broken
4REGRESS_TARGETS	+= empty emptyNAME emptyNAMEuse
5REGRESS_TARGETS	+= font long par parns punct
6
7LINT_TARGETS	 = badNAME badNAMEuse break broken
8
9MARKDOWN_TARGETS  = break broken empty
10MARKDOWN_TARGETS += font long par parns punct
11
12# groff-1.22.3/mandoc differences:
13# - When the head of an Nm block in the SYNOPSIS is broken by an
14#   explicit block end macro on the same line, formatting differs,
15#   but doesn't make sense either way.
16# - Groff doesn't support the nS register.
17
18SKIP_GROFF	 = broken parns
19SKIP_TMAN	 = broken par parns
20
21# groff-1.22.3 defect:
22# When a SYNOPSIS Nm block head breaks a sub block, all the
23# remaining content in the document gets lost.
24
25SKIP_GROFF	+= break
26
27.include <bsd.regress.mk>
28