]> git.cameronkatri.com Git - mandoc.git/blobdiff - regress/mdoc/Bl/Makefile
cope with changes in BASE messages
[mandoc.git] / regress / mdoc / Bl / Makefile
index b948d69f8600b87ef6989e3735a30ee15969e276..01c45ed1575af6514eea595121cb11be1bcfec36 100644 (file)
@@ -13,11 +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
-MARKDOWN_TARGETS += notype multitype
-MARKDOWN_TARGETS += empty emptyitem
-MARKDOWN_TARGETS += bareIt bareTa unclosed breakingTa
-
 # groff-mandoc differences:
 # - groff allows enclosures to span Ta, mandoc does not
 
@@ -45,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>