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

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

1.1     ! schwarze    1: # $OpenBSD: Makefile,v 1.4 2015/02/10 17:47:19 schwarze Exp $
        !             2:
        !             3: REGRESS_TARGETS         = badargs call
        !             4: LINT_TARGETS    = badargs call
        !             5:
        !             6: # groff-1.22.3 defect:
        !             7: # - If the first argument of .St is the name of another macro,
        !             8: #   internal groff_mdoc(7) state gets corrupted.
        !             9:
        !            10: SKIP_GROFF      = call
        !            11:
        !            12: .include <bsd.regress.mk>

CVSweb