aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Fo/Makefile
blob: ce25ddf345aeb4631b8159e5f2db8de76c87897b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $OpenBSD: Makefile,v 1.18 2020/03/13 00:31:06 schwarze Exp $

REGRESS_TARGETS	 = basic break eos font noarg nohead
REGRESS_TARGETS += obsolete punct section tag transp warn
TAG_TARGETS	 = tag
LINT_TARGETS	 = noarg nohead obsolete punct warn
HTML_TARGETS	 = tag

# groff-1.22.3 defects:
# - .Fo without an argument prints unbalanced parentheses
# - .nr nS is ignored

SKIP_GROFF	 = nohead section

SKIP_TMAN = eos

.include <bsd.regress.mk>