]> git.cameronkatri.com Git - mandoc.git/blobdiff - regress/mdoc/Bf/Makefile
style message about missing RCS ids; inspired by mdoclint
[mandoc.git] / regress / mdoc / Bf / Makefile
index 799c8af91bd30a3bc92a51b4f8b92e7f784651b4..eb845e95ce813d49e44e750ebe673700b7aaf40c 100644 (file)
@@ -3,6 +3,10 @@
 REGRESS_TARGETS        = nest multiargs badargs break broken
 LINT_TARGETS   = multiargs badargs break broken
 
+# mandoc -T markdown ignores .Bf, at least for now
+
+SKIP_MARKDOWN ?= ALL
+
 # groff-1.22.2 defects:
 #  - If the first argument to .Bf is a bad one,
 #    no block is opened at all and the .Ef causes another error.