summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/mandoc/tbl/layout/Makefile
blob: b49c49848ace0a97e99c3cb65199ad8fd4ffab7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $OpenBSD: Makefile,v 1.7 2020/09/01 18:24:10 schwarze Exp $

REGRESS_TARGETS	 = badspan center complex empty emptycol emptyline
REGRESS_TARGETS	+= lines lines-nogroff numbers
REGRESS_TARGETS	+= shortlines spacing spacing-nogroff span
LINT_TARGETS	 = badspan complex empty spacing-nogroff

# 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>