Makefile revision 1.12
1# $OpenBSD: Makefile,v 1.12 2015/02/03 00:48:27 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
8
9# groff-1.22.3/mandoc differences:
10# - When the first Nm does not have an argument but a later one has,
11#   mandoc retroactively uses the later name for the earlier instances
12#   of Nm, too, while groff does not.
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	 = badNAMEuse emptyNAMEuse 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