[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Fo

Annotation of mandoc/regress/mdoc/Fo/Makefile, Revision 1.4

1.1       schwarze    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
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