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

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

CVSweb