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

Annotation of mandoc/regress/man/TP/Makefile, Revision 1.7

1.7     ! schwarze    1: # $OpenBSD: Makefile,v 1.18 2025/07/24 10:55:09 schwarze Exp $
1.1       schwarze    2:
1.7     ! schwarze    3: REGRESS_TARGETS         = badarg broken double eof fill fraction indent
        !             4: REGRESS_TARGETS        += literal longhead macrotag manyargs
        !             5: REGRESS_TARGETS        += sameline spacing tag vert width
1.6       schwarze    6: TAG_TARGETS     = tag
1.1       schwarze    7: LINT_TARGETS    = broken double eof
1.6       schwarze    8: HTML_TARGETS    = literal tag vert
1.1       schwarze    9:
1.7     ! schwarze   10: # groff-1.23.0 defects:
1.1       schwarze   11: # - If .TP precedes .RE, the latter does not properly reset indentation.
                     12: # - If the last line of the file is .TP, groff does not print a page footer.
1.2       schwarze   13: # - A blank line in .TP next line scope causes a blank line.
1.1       schwarze   14:
                     15: SKIP_GROFF      = broken eof
                     16:
                     17: .include <bsd.regress.mk>

CVSweb