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

1.6     ! schwarze    1: # $OpenBSD: Makefile,v 1.11 2025/07/26 13:39:48 schwarze Exp $
1.1       schwarze    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: # When the section is missing from the man(7) .TH title line,
                      9: # empty parentheses are shown in the page header.
                     10: # When the section is missing from the mdoc(7) .Dt title line,
                     11: # no empty parentheses are shown in the page header.
                     12: # Hence, there is no bug-compatible translation from mdoc(7)
                     13: # to man(7) for this case.  That's not mandoc(1)'s fault.
                     14:
1.5       schwarze   15: SKIP_TMAN       = late missing noarg nosec
                     16:
                     17: # The man(7) .TH macro does not support architecture arguments,
                     18: # so machine-dependent manuals cannot be converted faithfully.
                     19:
                     20: SKIP_TMAN      += fourargs
1.6     ! schwarze   21:
        !            22: # groff-1.23.0 regressions:
        !            23: #  - An .Os macro now terminates the prologue, in the sense that the last
        !            24: #    .Dt macro before the first .Os macro governs the header, rather than
        !            25: #    the last .Dt macro before the first non-prologue macro.
        !            26: #  - The footer uses the absolute last .Dt macro, which is inconsistent
        !            27: #    with what the header uses.
        !            28:
        !            29: SKIP_GROFF      = dupe late order
1.1       schwarze   30:
                     31: .include <bsd.regress.mk>

CVSweb