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