xref: /openbsd/regress/usr.bin/mandoc/mdoc/Fo/Makefile (revision 0ac7e6ec)
1# $OpenBSD: Makefile,v 1.18 2020/03/13 00:31:06 schwarze Exp $
2
3REGRESS_TARGETS	 = basic break eos font noarg nohead
4REGRESS_TARGETS += obsolete punct section tag transp warn
5TAG_TARGETS	 = tag
6LINT_TARGETS	 = noarg nohead obsolete punct warn
7HTML_TARGETS	 = tag
8
9# groff-1.22.3 defects:
10# - .Fo without an argument prints unbalanced parentheses
11# - .nr nS is ignored
12
13SKIP_GROFF	 = nohead section
14
15SKIP_TMAN = eos
16
17.include <bsd.regress.mk>
18