aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Dt
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-03-08 22:54:22 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-03-08 22:54:22 +0000
commit45fc5a37fb711aa526cb48490fba3c3c2ec09adc (patch)
tree9270650703d611e4df4f0547d712690b3f64cc6c /regress/mdoc/Dt
parentc9dc8e26c183aab06a071399e51a955995aa934c (diff)
downloadmandoc-45fc5a37fb711aa526cb48490fba3c3c2ec09adc.tar.gz
mandoc-45fc5a37fb711aa526cb48490fba3c3c2ec09adc.tar.zst
mandoc-45fc5a37fb711aa526cb48490fba3c3c2ec09adc.zip
Now that markdown output is tested for almost everything, test all
input files in -T markdown output mode by default and only mark those files with SKIP_MARKDOWN that are not to be tested. Much easier to read, and almost minus 40 lines of Makefile code.
Diffstat (limited to 'regress/mdoc/Dt')
-rw-r--r--regress/mdoc/Dt/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/mdoc/Dt/Makefile b/regress/mdoc/Dt/Makefile
index 2c896aa3..6678d7fb 100644
--- a/regress/mdoc/Dt/Makefile
+++ b/regress/mdoc/Dt/Makefile
@@ -4,11 +4,10 @@ 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
+SKIP_MARKDOWN ?= badsec
# When the section is missing from the man(7) .TH title line,
# empty parentheses are shown in the page header.