summaryrefslogtreecommitdiffstats
path: root/regress/mdoc/Bl/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
commiteb74e0f0e616a89f769432b7f4c31856c1a37f49 (patch)
treefab71235e5595f9027cea5153f6d0f3dd6de3c0e /regress/mdoc/Bl/Makefile
parentaed548e3b22772365ac5fdaf6cdb29f7b2b1b126 (diff)
downloadmandoc-eb74e0f0e616a89f769432b7f4c31856c1a37f49.tar.gz
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/Bl/Makefile')
-rw-r--r--regress/mdoc/Bl/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/regress/mdoc/Bl/Makefile b/regress/mdoc/Bl/Makefile
index 0c2114cb..01c45ed1 100644
--- a/regress/mdoc/Bl/Makefile
+++ b/regress/mdoc/Bl/Makefile
@@ -13,12 +13,6 @@ LINT_TARGETS = column notype badargs tag
LINT_TARGETS += empty noIt emptyhead emptytag emptyitem
LINT_TARGETS += bareIt bareTa break breakingIt broken
-MARKDOWN_TARGETS = item inset diag ohang bullet dash enum hang tag
-MARKDOWN_TARGETS += column colNoIt extend nested offset secstart
-MARKDOWN_TARGETS += notype multitype badargs
-MARKDOWN_TARGETS += empty noIt emptyhead emptytag emptyitem multitag
-MARKDOWN_TARGETS += bareIt bareTa unclosed breakingIt breakingTa broken
-
# groff-mandoc differences:
# - groff allows enclosures to span Ta, mandoc does not
@@ -46,4 +40,8 @@ SKIP_TMAN += tag
SKIP_TMAN += emptyhead emptytag
+# mandoc -T markdown still has issues with badly nested lists
+
+SKIP_MARKDOWN ?= break
+
.include <bsd.regress.mk>