xref: /openbsd-src/regress/usr.bin/mandoc/mdoc/Nm/Makefile (revision 04fbb99f8882e168f342303c8d92ac6c8c0d2ba9)
1# $OpenBSD: Makefile,v 1.17 2017/06/10 01:48:31 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 punct
8
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.
14
15SKIP_GROFF	 = broken parns
16SKIP_TMAN	 = broken par parns
17
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.
21
22SKIP_GROFF	+= break
23
24SKIP_MARKDOWN	?= badNAME badNAMEuse emptyNAME emptyNAMEuse
25
26.include <bsd.regress.mk>
27