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

Annotation of mandoc/regress/mdoc/Dd/Makefile, Revision 1.5

1.5     ! schwarze    1: # $OpenBSD: Makefile,v 1.6 2020/01/19 16:16:33 schwarze Exp $
1.1       schwarze    2:
                      3: REGRESS_TARGETS         = badarg dupe late long manarg noarg order
                      4: LINT_TARGETS    = badarg dupe late long manarg noarg order
1.3       schwarze    5:
1.5     ! schwarze    6: # groff-1.22.4 prints footer fields of excessive length on top of
        !             7: # each other rather than breaking the output line.
1.3       schwarze    8:
1.5     ! schwarze    9: SKIP_GROFF      = long
1.1       schwarze   10:
                     11: # Autodetection fails for late .Dd, so specify -mdoc explicitly.
                     12:
1.4       schwarze   13: MOPTS           = -mdoc
1.1       schwarze   14:
                     15: .include <bsd.regress.mk>

CVSweb