diff options
Diffstat (limited to 'regress/mdoc/Lk/Makefile')
-rw-r--r-- | regress/mdoc/Lk/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/regress/mdoc/Lk/Makefile b/regress/mdoc/Lk/Makefile index cb4ead51..448b1c4f 100644 --- a/regress/mdoc/Lk/Makefile +++ b/regress/mdoc/Lk/Makefile @@ -2,6 +2,9 @@ REGRESS_TARGETS = link noarg font LINT_TARGETS = noarg -MARKDOWN_TARGETS = link noarg + +# it's unclear what font changes in link destinations should do + +SKIP_MARKDOWN ?= font .include <bsd.regress.mk> |