Annotation of mandoc/regress/mdoc/Dt/Makefile, Revision 1.4
1.4 ! schwarze 1: # $OpenBSD: Makefile,v 1.9 2025/07/26 12:32:01 schwarze Exp $
1.1 schwarze 2:
3: REGRESS_TARGETS = badsec case dupe fourargs late
4: REGRESS_TARGETS += missing noarg nobody nosec order
5: LINT_TARGETS = badsec case dupe fourargs late
6: LINT_TARGETS += missing noarg nobody nosec order
7:
1.4 ! schwarze 8: SKIP_GROFF = nobody
1.1 schwarze 9:
10: # When the section is missing from the man(7) .TH title line,
11: # empty parentheses are shown in the page header.
12: # When the section is missing from the mdoc(7) .Dt title line,
13: # no empty parentheses are shown in the page header.
14: # Hence, there is no bug-compatible translation from mdoc(7)
15: # to man(7) for this case. That's not mandoc(1)'s fault.
16:
17: SKIP_TMAN = fourargs late missing noarg nosec
18:
19: .include <bsd.regress.mk>
CVSweb