]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/Fo/Makefile
Finally port the OpenBSD regression suite.
[mandoc.git] / regress / mdoc / Fo / Makefile
1 # $OpenBSD: Makefile,v 1.13 2015/02/16 11:39:34 schwarze Exp $
2
3 REGRESS_TARGETS = basic break eos font noarg nohead
4 REGRESS_TARGETS += obsolete punct section warn
5 LINT_TARGETS = noarg nohead obsolete warn
6
7 # groff-1.22.3 defects:
8 # - .Fo without an argument prints unbalanced parentheses
9 # - .nr nS is ignored
10
11 SKIP_GROFF = nohead section
12
13 SKIP_TMAN = eos
14
15 .include <bsd.regress.mk>