]> git.cameronkatri.com Git - mandoc.git/blob - regress/tbl/layout/Makefile
For accessibility, label the last two widgets in the search form.
[mandoc.git] / regress / tbl / layout / Makefile
1 # $OpenBSD: Makefile,v 1.8 2021/05/16 22:23:57 schwarze Exp $
2
3 REGRESS_TARGETS = badspan center complex empty emptycol emptyline font
4 REGRESS_TARGETS += lines lines-nogroff numbers
5 REGRESS_TARGETS += shortlines spacing spacing-nogroff span
6 LINT_TARGETS = badspan complex empty spacing-nogroff
7 HTML_TARGETS = font
8
9 # groff-1.22.4 defects:
10 # - When the layout is completely empty,
11 # GNU eqn produces no output whatsoever for the whole table.
12 # - When there is no horizontal line at the top,
13 # vertical lines extend beyond the top of the table.
14 # - Excessive spacing modifiers in the layout are honoured.
15
16 SKIP_GROFF = empty lines-nogroff spacing-nogroff
17
18 .include <bsd.regress.mk>