From eb74e0f0e616a89f769432b7f4c31856c1a37f49 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/Lk/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'regress/mdoc/Lk/Makefile') diff --git a/regress/mdoc/Lk/Makefile b/regress/mdoc/Lk/Makefile index cb4ead51..448b1c4f 100644 --- a/regress/mdoc/Lk/Makefile +++ b/regress/mdoc/Lk/Makefile @@ -2,6 +2,9 @@ REGRESS_TARGETS = link noarg font LINT_TARGETS = noarg -MARKDOWN_TARGETS = link noarg + +# it's unclear what font changes in link destinations should do + +SKIP_MARKDOWN ?= font .include -- cgit