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

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

CVSweb