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