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/Sm/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'regress/mdoc/Sm') diff --git a/regress/mdoc/Sm/Makefile b/regress/mdoc/Sm/Makefile index d6feafe0..197b1d74 100644 --- a/regress/mdoc/Sm/Makefile +++ b/regress/mdoc/Sm/Makefile @@ -2,7 +2,6 @@ REGRESS_TARGETS = noarg badarg scope spacing-No spacing-Op twoarg LINT_TARGETS = badarg twoarg -MARKDOWN_TARGETS = noarg badarg scope spacing-No spacing-Op twoarg SKIP_TMAN ?= scope -- cgit