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

Annotation of mandoc/regress/mdoc/Bd/Makefile, Revision 1.1

1.1     ! schwarze    1: # $OpenBSD: Makefile,v 1.18 2014/12/24 23:31:59 schwarze Exp $
        !             2:
        !             3: REGRESS_TARGETS         = beforeNAME blank centered nested spacing
        !             4: REGRESS_TARGETS        += badargs empty offset-empty offset-neg
        !             5: REGRESS_TARGETS        += break broken unclosed
        !             6:
        !             7: LINT_TARGETS    = beforeNAME blank nested badargs break broken unclosed
        !             8:
        !             9: SKIP_TMAN       = beforeNAME centered
        !            10:
        !            11: # groff-1.22.3 defects:
        !            12: # - a display breaking another block continues indefinitely
        !            13: # - negative offsets take no effect, but advance the indention on exit
        !            14:
        !            15: SKIP_GROFF      = break offset-neg
        !            16:
        !            17: # adjustment is disabled in groff for now
        !            18:
        !            19: SKIP_GROFF     += centered
        !            20:
        !            21: # groff handles content before NAME differently
        !            22:
        !            23: SKIP_GROFF     += beforeNAME
        !            24:
        !            25: .include <bsd.regress.mk>

CVSweb