=================================================================== RCS file: /cvs/mandoc/regress/mdoc/Dt/Makefile,v retrieving revision 1.2 retrieving revision 1.5 diff -u -p -r1.2 -r1.5 --- mandoc/regress/mdoc/Dt/Makefile 2017/03/05 19:59:45 1.2 +++ mandoc/regress/mdoc/Dt/Makefile 2025/07/26 12:48:23 1.5 @@ -1,15 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2017/03/05 19:59:45 schwarze Exp $ +# $OpenBSD: Makefile,v 1.5 2025/07/26 12:48:23 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 -MARKDOWN_TARGETS = case dupe fourargs late -MARKDOWN_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, @@ -17,6 +12,11 @@ SKIP_ASCII = badsec # 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 +SKIP_TMAN = late missing noarg nosec + +# The man(7) .TH macro does not support architecture arguments, +# so machine-dependent manuals cannot be converted faithfully. + +SKIP_TMAN += fourargs .include