[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.2

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
                      5: LINT_TARGETS    = noarg nohead obsolete warn
1.2     ! schwarze    6: MARKDOWN_TARGETS  = basic break eos font noarg nohead
        !             7: MARKDOWN_TARGETS += obsolete punct section warn
1.1       schwarze    8:
                      9: # groff-1.22.3 defects:
                     10: # - .Fo without an argument prints unbalanced parentheses
                     11: # - .nr nS is ignored
                     12:
                     13: SKIP_GROFF      = nohead section
                     14:
                     15: SKIP_TMAN = eos
                     16:
                     17: .include <bsd.regress.mk>

CVSweb