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

Annotation of mandoc/regress/mdoc/Os/Makefile, Revision 1.4

1.4     ! schwarze    1: # $OpenBSD: Makefile,v 1.5 2025/07/26 14:15:29 schwarze Exp $
1.1       schwarze    2:
                      3: REGRESS_TARGETS         = dupe late long missing
                      4: LINT_TARGETS    = dupe late missing
1.2       schwarze    5:
1.4     ! schwarze    6: # groff-1.23.0 defect:
        !             7: #  - footer fields of excessive length get printed on top of each other
        !             8: #    rather than breaking the output line.
        !             9:
1.1       schwarze   10: SKIP_GROFF      = long
1.4     ! schwarze   11:
        !            12: # groff-1.23.0 regressions:
        !            13: # One header line is printed for every .Os macro, wherever that macro occurs.
        !            14: #  - If there is no .Os macro at all, no header is printed anywhere.
        !            15: #  - If an .Os macro comes late, a header is printed in the middle
        !            16: #    of the page rather than at the top.
        !            17: #  - If the .Os macros precedes all .Dt macros, the header
        !            18: #    reads "UNTITLED   LOCAL   UNTITLED".
        !            19: #  - If there are multiple .Os macros, multiple headers are printed.
        !            20:
        !            21: SKIP_GROFF     += dupe late missing
1.1       schwarze   22:
                     23: .include <bsd.regress.mk>

CVSweb