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/Fo/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'regress/mdoc/Fo/Makefile') diff --git a/regress/mdoc/Fo/Makefile b/regress/mdoc/Fo/Makefile index f4458b9c..71242c8e 100644 --- a/regress/mdoc/Fo/Makefile +++ b/regress/mdoc/Fo/Makefile @@ -3,8 +3,6 @@ REGRESS_TARGETS = basic break eos font noarg nohead REGRESS_TARGETS += obsolete punct section warn LINT_TARGETS = noarg nohead obsolete warn -MARKDOWN_TARGETS = basic break eos font noarg nohead -MARKDOWN_TARGETS += obsolete punct section warn # groff-1.22.3 defects: # - .Fo without an argument prints unbalanced parentheses -- cgit