aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Db/Makefile
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/Db/Makefile
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/Db/Makefile')
-rw-r--r--regress/mdoc/Db/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/regress/mdoc/Db/Makefile b/regress/mdoc/Db/Makefile
index c37822ff..f2a4a5b2 100644
--- a/regress/mdoc/Db/Makefile
+++ b/regress/mdoc/Db/Makefile
@@ -3,4 +3,8 @@
REGRESS_TARGETS = args
LINT_TARGETS = args
+# mandoc -T markdown ignores .Db
+
+SKIP_MARKDOWN ?= ALL
+
.include <bsd.regress.mk>