xref: /openbsd/regress/usr.bin/mandoc/mdoc/Dt/Makefile (revision 3cab2bb3)
1# $OpenBSD: Makefile,v 1.8 2017/03/08 22:53:35 schwarze Exp $
2
3REGRESS_TARGETS	 = badsec case dupe fourargs late
4REGRESS_TARGETS	+= missing noarg nobody nosec order
5LINT_TARGETS	 = badsec case dupe fourargs late
6LINT_TARGETS	+= missing noarg nobody nosec order
7
8SKIP_GROFF	 = badsec nobody
9SKIP_ASCII	 = badsec
10SKIP_MARKDOWN	?= badsec
11
12# When the section is missing from the man(7) .TH title line,
13# empty parentheses are shown in the page header.
14# When the section is missing from the mdoc(7) .Dt title line,
15# no empty parentheses are shown in the page header.
16# Hence, there is no bug-compatible translation from mdoc(7)
17# to man(7) for this case.  That's not mandoc(1)'s fault.
18
19SKIP_TMAN	 = fourargs late missing noarg nosec
20
21.include <bsd.regress.mk>
22