=================================================================== RCS file: /cvs/mandoc/regress/mdoc/Rv/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- mandoc/regress/mdoc/Rv/Makefile 2017/03/05 20:01:16 1.2 +++ mandoc/regress/mdoc/Rv/Makefile 2017/03/09 15:33:47 1.3 @@ -1,12 +1,15 @@ -# $OpenBSD: Makefile,v 1.2 2017/03/05 20:01:16 schwarze Exp $ +# $OpenBSD: Makefile,v 1.3 2017/03/09 15:33:47 schwarze Exp $ 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