]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/break/Makefile
first batch of -T markdown tests
[mandoc.git] / regress / mdoc / break / Makefile
1 # $OpenBSD: Makefile,v 1.4 2016/08/20 17:58:09 schwarze Exp $
2
3 REGRESS_TARGETS = brokenbreaker twice tail two notopen
4 LINT_TARGETS = brokenbreaker twice tail two notopen
5 MARKDOWN_TARGETS = brokenbreaker twice two notopen
6
7 # It's hard to keep stuff together in next-line scope.
8
9 SKIP_TMAN = tail
10
11 # groff-1.22.3 defect:
12 # - non-matching enclosure end macro prints a closing delimiter
13
14 SKIP_GROFF = brokenbreaker notopen
15
16 .include <bsd.regress.mk>