summaryrefslogtreecommitdiffstats
path: root/regress/mdoc/Rv
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-03-09 15:33:40 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-03-09 15:33:40 +0000
commite16d5b3813015232a2bfb159639428402692a852 (patch)
tree1d515729571e2ed015b90341d18f5cc65272ab58 /regress/mdoc/Rv
parentbc5f2993f31191748ab9fed5f476079463af8f5e (diff)
downloadmandoc-e16d5b3813015232a2bfb159639428402692a852.tar.gz
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.
Diffstat (limited to 'regress/mdoc/Rv')
-rw-r--r--regress/mdoc/Rv/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/regress/mdoc/Rv/Makefile b/regress/mdoc/Rv/Makefile
index 60fb1de7..ad804eec 100644
--- a/regress/mdoc/Rv/Makefile
+++ b/regress/mdoc/Rv/Makefile
@@ -2,11 +2,14 @@
REGRESS_TARGETS = args noname nostd
LINT_TARGETS = noname nostd
-MARKDOWN_TARGETS = args nostd
# groff-1.22.2 defect:
# - .Rv without -std produces no output
SKIP_GROFF = nostd
+# ugly name section output, do not test this for now
+
+SKIP_MARKDOWN ?= noname
+
.include <bsd.regress.mk>