xref: /openbsd/regress/usr.bin/mandoc/mdoc/Bf/Makefile (revision d89ec533)
1# $OpenBSD: Makefile,v 1.6 2019/01/07 06:51:37 schwarze Exp $
2
3REGRESS_TARGETS	 = badargs break broken multiargs nest paragraph
4LINT_TARGETS	 = badargs break broken multiargs
5HTML_TARGETS	 = paragraph
6
7# mandoc -T markdown ignores .Bf, at least for now
8
9SKIP_MARKDOWN ?= ALL
10
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.
16
17SKIP_GROFF = badargs break
18
19SKIP_TMAN = break broken
20
21.include <bsd.regress.mk>
22