=================================================================== RCS file: /cvs/mandoc/regress/mdoc/Nm/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- mandoc/regress/mdoc/Nm/Makefile 2017/03/05 20:00:03 1.3 +++ mandoc/regress/mdoc/Nm/Makefile 2017/03/08 22:54:59 1.4 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2017/03/05 20:00:03 schwarze Exp $ +# $OpenBSD: Makefile,v 1.4 2017/03/08 22:54:59 schwarze Exp $ REGRESS_TARGETS = badNAME badNAMEuse break broken REGRESS_TARGETS += empty emptyNAME emptyNAMEuse @@ -6,9 +6,6 @@ REGRESS_TARGETS += font long par parns punct LINT_TARGETS = badNAME badNAMEuse break broken -MARKDOWN_TARGETS = break broken empty -MARKDOWN_TARGETS += font long par parns punct - # groff-1.22.3/mandoc differences: # - When the head of an Nm block in the SYNOPSIS is broken by an # explicit block end macro on the same line, formatting differs, @@ -23,5 +20,7 @@ SKIP_TMAN = broken par parns # remaining content in the document gets lost. SKIP_GROFF += break + +SKIP_MARKDOWN ?= badNAME badNAMEuse emptyNAME emptyNAMEuse .include