=================================================================== RCS file: /cvs/mandoc/regress/mdoc/Nm/Makefile,v retrieving revision 1.3 retrieving revision 1.5 diff -u -p -r1.3 -r1.5 --- mandoc/regress/mdoc/Nm/Makefile 2017/03/05 20:00:03 1.3 +++ mandoc/regress/mdoc/Nm/Makefile 2017/06/10 01:49:15 1.5 @@ -1,14 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2017/03/05 20:00:03 schwarze Exp $ +# $OpenBSD: Makefile,v 1.5 2017/06/10 01:49:15 schwarze Exp $ REGRESS_TARGETS = badNAME badNAMEuse break broken REGRESS_TARGETS += empty emptyNAME emptyNAMEuse REGRESS_TARGETS += font long par parns punct -LINT_TARGETS = badNAME badNAMEuse break broken +LINT_TARGETS = badNAME badNAMEuse break broken punct -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