]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/Bf/Makefile
For accessibility, label the last two widgets in the search form.
[mandoc.git] / regress / mdoc / Bf / Makefile
1 # $OpenBSD: Makefile,v 1.6 2019/01/07 06:51:37 schwarze Exp $
2
3 REGRESS_TARGETS = badargs break broken multiargs nest paragraph
4 LINT_TARGETS = badargs break broken multiargs
5 HTML_TARGETS = paragraph
6
7 # mandoc -T markdown ignores .Bf, at least for now
8
9 SKIP_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
17 SKIP_GROFF = badargs break
18
19 SKIP_TMAN = break broken
20
21 .include <bsd.regress.mk>