diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-08 22:54:22 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-08 22:54:22 +0000 |
commit | eb74e0f0e616a89f769432b7f4c31856c1a37f49 (patch) | |
tree | fab71235e5595f9027cea5153f6d0f3dd6de3c0e /regress/mdoc/Db | |
parent | aed548e3b22772365ac5fdaf6cdb29f7b2b1b126 (diff) | |
download | mandoc-eb74e0f0e616a89f769432b7f4c31856c1a37f49.tar.gz |
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/Db')
-rw-r--r-- | regress/mdoc/Db/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/regress/mdoc/Db/Makefile b/regress/mdoc/Db/Makefile index c37822ff..f2a4a5b2 100644 --- a/regress/mdoc/Db/Makefile +++ b/regress/mdoc/Db/Makefile @@ -3,4 +3,8 @@ REGRESS_TARGETS = args LINT_TARGETS = args +# mandoc -T markdown ignores .Db + +SKIP_MARKDOWN ?= ALL + .include <bsd.regress.mk> |