aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/man/TP/Makefile
blob: 9dd2fde73803f5f817eefa737d6294c68d899c36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $OpenBSD: Makefile,v 1.17 2020/03/13 00:31:05 schwarze Exp $

REGRESS_TARGETS	 = badarg broken double eof fill indent literal longhead
REGRESS_TARGETS	+= macrotag manyargs sameline spacing tag vert width
TAG_TARGETS	 = tag
LINT_TARGETS	 = broken double eof
HTML_TARGETS	 = literal tag vert

# groff-1.22.3 defects:
# - If .TP precedes .RE, the latter does not properly reset indentation.
# - If the last line of the file is .TP, groff does not print a page footer.
# - A blank line in .TP next line scope causes a blank line.

SKIP_GROFF	 = broken eof

.include <bsd.regress.mk>