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

Annotation of mandoc/regress/roff/ti/Makefile, Revision 1.2

1.2     ! schwarze    1: # $OpenBSD: Makefile,v 1.2 2020/09/03 17:37:06 schwarze Exp $
1.1       schwarze    2:
1.2     ! schwarze    3: REGRESS_TARGETS         = basic-mdoc basic-man wide
        !             4:
        !             5: # groff-1.22.4 defect:
        !             6: # - Excessive temporare indentations cause excessive line lengths
        !             7: #   instead of being truncated to resonable indentations.
        !             8:
        !             9: SKIP_GROFF      = wide
1.1       schwarze   10:
                     11: .include <bsd.regress.mk>

CVSweb