aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Dt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/mdoc/Dt/Makefile')
-rw-r--r--regress/mdoc/Dt/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/regress/mdoc/Dt/Makefile b/regress/mdoc/Dt/Makefile
new file mode 100644
index 00000000..b0d0b0a8
--- /dev/null
+++ b/regress/mdoc/Dt/Makefile
@@ -0,0 +1,20 @@
+# $OpenBSD: Makefile,v 1.6 2015/02/16 19:02:32 schwarze Exp $
+
+REGRESS_TARGETS = badsec case dupe fourargs late
+REGRESS_TARGETS += missing noarg nobody nosec order
+LINT_TARGETS = badsec case dupe fourargs late
+LINT_TARGETS += missing noarg nobody nosec order
+
+SKIP_GROFF = badsec nobody
+SKIP_ASCII = badsec
+
+# When the section is missing from the man(7) .TH title line,
+# empty parentheses are shown in the page header.
+# When the section is missing from the mdoc(7) .Dt title line,
+# no empty parentheses are shown in the page header.
+# Hence, there is no bug-compatible translation from mdoc(7)
+# to man(7) for this case. That's not mandoc(1)'s fault.
+
+SKIP_TMAN = fourargs late missing noarg nosec
+
+.include <bsd.regress.mk>