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

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:
        !             6: # groff-1.22.2 defects:
        !             7: #  - If the first argument to .Bf is a bad one,
        !             8: #    no block is opened at all and the .Ef causes another error.
        !             9: #  - If a font block breaks another block,
        !            10: #    fonts get mixed up when the other block finally ends.
        !            11:
        !            12: SKIP_GROFF = badargs break
        !            13:
        !            14: SKIP_TMAN = break broken
        !            15:
        !            16: .include <bsd.regress.mk>

CVSweb