]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/Bd/Makefile
For accessibility, label the last two widgets in the search form.
[mandoc.git] / regress / mdoc / Bd / Makefile
1 # $OpenBSD: Makefile,v 1.24 2020/04/19 16:26:11 schwarze Exp $
2
3 REGRESS_TARGETS = beforeNAME blank centered nested nf paragraph spacing
4 REGRESS_TARGETS += badargs empty offset-empty offset-neg
5 REGRESS_TARGETS += break broken unclosed
6
7 TAG_TARGETS = nested paragraph spacing
8 LINT_TARGETS = beforeNAME blank nested badargs break broken unclosed
9 HTML_TARGETS = nested nf paragraph
10
11 SKIP_TMAN = beforeNAME centered
12
13 # groff-1.22.3 defects:
14 # - a display breaking another block continues indefinitely
15 # - negative offsets take no effect, but advance the indention on exit
16
17 SKIP_GROFF = break offset-neg
18
19 # adjustment is disabled in groff for now
20
21 SKIP_GROFF += centered
22
23 # groff handles content before NAME differently
24
25 SKIP_GROFF += beforeNAME
26
27 .include <bsd.regress.mk>