1 # $OpenBSD: Makefile,v 1.6 2019/01/07 06:51:37 schwarze Exp $
3 REGRESS_TARGETS = badargs break broken multiargs nest paragraph
4 LINT_TARGETS = badargs break broken multiargs
5 HTML_TARGETS = paragraph
7 # mandoc -T markdown ignores .Bf, at least for now
11 # groff-1.22.2 defects:
12 # - If the first argument to .Bf is a bad one,
13 # no block is opened at all and the .Ef causes another error.
14 # - If a font block breaks another block,
15 # fonts get mixed up when the other block finally ends.
17 SKIP_GROFF = badargs break
19 SKIP_TMAN = break broken
21 .include <bsd.regress.mk>