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 | 45fc5a37fb711aa526cb48490fba3c3c2ec09adc (patch) | |
| tree | 9270650703d611e4df4f0547d712690b3f64cc6c /regress/mdoc/Nd/Makefile | |
| parent | c9dc8e26c183aab06a071399e51a955995aa934c (diff) | |
| download | mandoc-45fc5a37fb711aa526cb48490fba3c3c2ec09adc.tar.gz mandoc-45fc5a37fb711aa526cb48490fba3c3c2ec09adc.zip | |
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/Nd/Makefile')
| -rw-r--r-- | regress/mdoc/Nd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/mdoc/Nd/Makefile b/regress/mdoc/Nd/Makefile index d2f6e4b8..06a09a7a 100644 --- a/regress/mdoc/Nd/Makefile +++ b/regress/mdoc/Nd/Makefile @@ -2,6 +2,7 @@ REGRESS_TARGETS = broken hyph noarg par LINT_TARGETS = broken noarg -MARKDOWN_TARGETS = hyph noarg par + +SKIP_MARKDOWN ?= broken .include <bsd.regress.mk> |
