Makefile revision 1.10
1# $OpenBSD: Makefile,v 1.10 2014/08/21 12:56:24 schwarze Exp $
2
3REGRESS_TARGETS	 = badNAME badNAMEuse break empty emptyNAME emptyNAMEuse
4REGRESS_TARGETS	+= font long punct
5
6LINT_TARGETS	 = badNAME badNAMEuse break
7
8# groff-1.22.2/mandoc difference:
9# When the first Nm does not have an argument but a later one has,
10# mandoc retroactively uses the later name for the earlier instances
11# of Nm, too, while groff does not.
12
13SKIP_GROFF	 = badNAMEuse emptyNAMEuse
14
15# groff-1.22.2 defect:
16# When a SYNOPSIS Nm block head breaks a sub block, all the
17# remaining content in the document gets lost.
18
19SKIP_GROFF	+= break
20
21.include <bsd.regress.mk>
22