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

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
1.2     ! schwarze    5: MARKDOWN_TARGETS = badargs call
1.1       schwarze    6:
                      7: # groff-1.22.3 defect:
                      8: # - If the first argument of .St is the name of another macro,
                      9: #   internal groff_mdoc(7) state gets corrupted.
                     10:
                     11: SKIP_GROFF      = call
                     12:
                     13: .include <bsd.regress.mk>

CVSweb