From e16d5b3813015232a2bfb159639428402692a852 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 9 Mar 2017 15:33:40 +0000 Subject: Really commit some files that failed to get committed in this commit: 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/blank/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regress/mdoc/blank') diff --git a/regress/mdoc/blank/Makefile b/regress/mdoc/blank/Makefile index 8a43c0c8..7dfd0287 100644 --- a/regress/mdoc/blank/Makefile +++ b/regress/mdoc/blank/Makefile @@ -2,8 +2,8 @@ REGRESS_TARGETS = line comment list LINT_TARGETS = line comment list -MARKDOWN_TARGETS = comment list SKIP_TMAN = list +SKIP_MARKDOWN ?= line .include -- cgit