diff options
Diffstat (limited to 'regress/mdoc/Nm')
-rw-r--r-- | regress/mdoc/Nm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/regress/mdoc/Nm/Makefile b/regress/mdoc/Nm/Makefile index 515f9e5d..136d744d 100644 --- a/regress/mdoc/Nm/Makefile +++ b/regress/mdoc/Nm/Makefile @@ -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, @@ -24,4 +21,6 @@ SKIP_TMAN = broken par parns SKIP_GROFF += break +SKIP_MARKDOWN ?= badNAME badNAMEuse emptyNAME emptyNAMEuse + .include <bsd.regress.mk> |