Annotation of mandoc/regress/mdoc/Fo/Makefile, Revision 1.5
1.5 ! schwarze 1: # $OpenBSD: Makefile,v 1.17 2020/02/27 01:25:58 schwarze Exp $
1.1 schwarze 2:
3: REGRESS_TARGETS = basic break eos font noarg nohead
1.5 ! schwarze 4: REGRESS_TARGETS += obsolete punct section transp warn
1.4 schwarze 5: LINT_TARGETS = noarg nohead obsolete punct warn
1.1 schwarze 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>
CVSweb