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

Annotation of mandoc/regress/mdoc/Sh/Makefile, Revision 1.2

1.1       schwarze    1: # $OpenBSD: Makefile,v 1.7 2017/01/08 00:10:22 schwarze Exp $
                      2:
                      3: REGRESS_TARGETS         = badNAME before empty emptyNAME first nohead order
                      4: REGRESS_TARGETS        += orderNAME punctNAME subbefore
                      5: LINT_TARGETS    = badNAME before empty emptyNAME first nohead order
                      6: LINT_TARGETS   += orderNAME punctNAME subbefore
1.2     ! schwarze    7: MARKDOWN_TARGETS  = badNAME before empty emptyNAME first nohead order
        !             8: MARKDOWN_TARGETS += orderNAME punctNAME subbefore
1.1       schwarze    9:
                     10: SKIP_GROFF     = subbefore first empty
                     11: SKIP_ASCII     = first
                     12:
                     13: .include <bsd.regress.mk>

CVSweb