aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Nm
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/Nm
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/Nm')
-rw-r--r--regress/mdoc/Nm/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/regress/mdoc/Nm/Makefile b/regress/mdoc/Nm/Makefile
index 515f9e5d..136d744d 100644
--- a/regress/mdoc/Nm/Makefile
+++ b/regress/mdoc/Nm/Makefile
@@ -6,9 +6,6 @@ REGRESS_TARGETS += font long par parns punct
LINT_TARGETS = badNAME badNAMEuse break broken
-MARKDOWN_TARGETS = break broken empty
-MARKDOWN_TARGETS += font long par parns punct
-
# groff-1.22.3/mandoc differences:
# - When the head of an Nm block in the SYNOPSIS is broken by an
# explicit block end macro on the same line, formatting differs,
@@ -24,4 +21,6 @@ SKIP_TMAN = broken par parns
SKIP_GROFF += break
+SKIP_MARKDOWN ?= badNAME badNAMEuse emptyNAME emptyNAMEuse
+
.include <bsd.regress.mk>