]> git.cameronkatri.com Git - mandoc.git/blobdiff - regress/mdoc/Rv/Makefile
style message about missing RCS ids; inspired by mdoclint
[mandoc.git] / regress / mdoc / Rv / Makefile
index 60fb1de7876b15361ee17561bf7258d3295a8be7..ad804eecaa3ade1c8f8a2c39ece485d66d1639ac 100644 (file)
@@ -2,11 +2,14 @@
 
 REGRESS_TARGETS         = args noname nostd
 LINT_TARGETS    = noname nostd
-MARKDOWN_TARGETS = args nostd
 
 # groff-1.22.2 defect:
 # - .Rv without -std produces no output
 
 SKIP_GROFF      = nostd
 
+# ugly name section output, do not test this for now
+
+SKIP_MARKDOWN  ?= noname
+
 .include <bsd.regress.mk>