aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Ux
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
commita6c40a72a232a59361c880ec1ecddfbd5df8eaaa (patch)
tree16f37d15f015685d95553ef21e3d596c5e8193e7 /regress/mdoc/Ux
parent1bcee936fd224aaaa41b2710414512ea400c79f0 (diff)
downloadmandoc-a6c40a72a232a59361c880ec1ecddfbd5df8eaaa.tar.gz
mandoc-a6c40a72a232a59361c880ec1ecddfbd5df8eaaa.tar.zst
mandoc-a6c40a72a232a59361c880ec1ecddfbd5df8eaaa.zip
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/Ux')
-rw-r--r--regress/mdoc/Ux/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/regress/mdoc/Ux/Makefile b/regress/mdoc/Ux/Makefile
index 05a3316d..c945b5e6 100644
--- a/regress/mdoc/Ux/Makefile
+++ b/regress/mdoc/Ux/Makefile
@@ -1,6 +1,5 @@
# $OpenBSD: Makefile,v 1.2 2013/12/22 14:06:29 schwarze Exp $
REGRESS_TARGETS = spacing eos
-MARKDOWN_TARGETS = spacing eos
.include <bsd.regress.mk>