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

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

CVSweb