From 45fc5a37fb711aa526cb48490fba3c3c2ec09adc Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 8 Mar 2017 22:54:22 +0000 Subject: 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. --- regress/mdoc/Bl/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'regress/mdoc/Bl/Makefile') 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 -- cgit v1.2.3-56-ge451