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

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

1.1     ! schwarze    1: # $OpenBSD: Makefile,v 1.6 2015/02/16 19:02:32 schwarze Exp $
        !             2:
        !             3: REGRESS_TARGETS         = badsec case dupe fourargs late
        !             4: REGRESS_TARGETS        += missing noarg nobody nosec order
        !             5: LINT_TARGETS    = badsec case dupe fourargs late
        !             6: LINT_TARGETS   += missing noarg nobody nosec order
        !             7:
        !             8: SKIP_GROFF      = badsec nobody
        !             9: SKIP_ASCII      = badsec
        !            10:
        !            11: # When the section is missing from the man(7) .TH title line,
        !            12: # empty parentheses are shown in the page header.
        !            13: # When the section is missing from the mdoc(7) .Dt title line,
        !            14: # no empty parentheses are shown in the page header.
        !            15: # Hence, there is no bug-compatible translation from mdoc(7)
        !            16: # to man(7) for this case.  That's not mandoc(1)'s fault.
        !            17:
        !            18: SKIP_TMAN       = fourargs late missing noarg nosec
        !            19:
        !            20: .include <bsd.regress.mk>

CVSweb