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

Annotation of mandoc/regress/tbl/layout/Makefile, Revision 1.5

1.5     ! schwarze    1: # $OpenBSD: Makefile,v 1.6 2020/01/11 20:56:26 schwarze Exp $
1.1       schwarze    2:
1.5     ! schwarze    3: REGRESS_TARGETS         = badspan center complex empty emptycol emptyline
1.3       schwarze    4: REGRESS_TARGETS        += lines lines-nogroff numbers shortlines span
1.5     ! schwarze    5: LINT_TARGETS    = badspan complex empty
1.1       schwarze    6:
1.2       schwarze    7: # groff-1.22.3 defects:
1.1       schwarze    8: # - When the layout is completely empty,
                      9: #   GNU eqn produces no output whatsoever for the whole table.
1.2       schwarze   10: # - When there is no horizontal line at the top,
                     11: #   vertical lines extend beyond the top of the table.
1.1       schwarze   12:
1.2       schwarze   13: SKIP_GROFF      = empty lines-nogroff
1.1       schwarze   14:
                     15: .include <bsd.regress.mk>

CVSweb