From 45fc5a37fb711aa526cb48490fba3c3c2ec09adc Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 8 Mar 2017 22:54:22 +0000 Subject: Now that markdown output is tested for almost everything, test all input files in -T markdown output mode by default and only mark those files with SKIP_MARKDOWN that are not to be tested. Much easier to read, and almost minus 40 lines of Makefile code. --- regress/mdoc/Nm/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'regress/mdoc/Nm') 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 -- cgit v1.2.3-56-ge451