summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc/mdoc/Fo/Makefile
blob: 1c78f28f69615d072172a5dfad791bafbf1d4b38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $OpenBSD: Makefile,v 1.14 2017/03/05 19:59:26 schwarze Exp $

REGRESS_TARGETS	 = basic break eos font noarg nohead
REGRESS_TARGETS += obsolete punct section warn
LINT_TARGETS	 = noarg nohead obsolete warn
MARKDOWN_TARGETS  = basic break eos font noarg nohead
MARKDOWN_TARGETS += obsolete punct section warn

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