]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/Bk/Makefile
Cleanup, no functional change:
[mandoc.git] / regress / mdoc / Bk / Makefile
1 # $OpenBSD: Makefile,v 1.7 2015/02/07 16:39:44 schwarze Exp $
2
3 REGRESS_TARGETS = badarg break broken inputlines lines synopsis
4 LINT_TARGETS = badarg broken
5
6 SKIP_TMAN ?= badarg
7
8 # mandoc -T markdown output of .Bk is quite ugly,
9 # so refrain from testing it for now
10
11 SKIP_MARKDOWN ?= ALL
12
13 .include <bsd.regress.mk>