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/Ex/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'regress/mdoc/Ex') diff --git a/regress/mdoc/Ex/Makefile b/regress/mdoc/Ex/Makefile index af31cf78..8a714ce1 100644 --- a/regress/mdoc/Ex/Makefile +++ b/regress/mdoc/Ex/Makefile @@ -2,7 +2,6 @@ REGRESS_TARGETS = args noname nostd LINT_TARGETS = noname nostd -MARKDOWN_TARGETS = args noname nostd # groff-1.22.2 defect: # - .Ex without -std produces no output -- cgit