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

Annotation of mandoc/regress/mdoc/break/Makefile, Revision 1.3

1.1       schwarze    1: # $OpenBSD: Makefile,v 1.4 2016/08/20 17:58:09 schwarze Exp $
                      2:
                      3: REGRESS_TARGETS        = brokenbreaker twice tail two notopen
                      4: LINT_TARGETS   = brokenbreaker twice tail two notopen
1.3     ! schwarze    5: MARKDOWN_TARGETS = brokenbreaker twice tail two notopen
1.1       schwarze    6:
                      7: # It's hard to keep stuff together in next-line scope.
                      8:
                      9: SKIP_TMAN      = tail
                     10:
                     11: # groff-1.22.3 defect:
                     12: # - non-matching enclosure end macro prints a closing delimiter
                     13:
                     14: SKIP_GROFF     = brokenbreaker notopen
                     15:
                     16: .include <bsd.regress.mk>

CVSweb