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

Annotation of mandoc/regress/mdoc/Bf/Makefile, Revision 1.2

1.1       schwarze    1: # $OpenBSD: Makefile,v 1.4 2014/07/04 16:11:42 schwarze Exp $
                      2:
                      3: REGRESS_TARGETS        = nest multiargs badargs break broken
                      4: LINT_TARGETS   = multiargs badargs break broken
                      5:
1.2     ! schwarze    6: # mandoc -T markdown ignores .Bf, at least for now
        !             7:
        !             8: SKIP_MARKDOWN ?= ALL
        !             9:
1.1       schwarze   10: # groff-1.22.2 defects:
                     11: #  - If the first argument to .Bf is a bad one,
                     12: #    no block is opened at all and the .Ef causes another error.
                     13: #  - If a font block breaks another block,
                     14: #    fonts get mixed up when the other block finally ends.
                     15:
                     16: SKIP_GROFF = badargs break
                     17:
                     18: SKIP_TMAN = break broken
                     19:
                     20: .include <bsd.regress.mk>

CVSweb