]> git.cameronkatri.com Git - mandoc.git/blob - regress/tbl/layout/Makefile
style message about missing RCS ids; inspired by mdoclint
[mandoc.git] / regress / tbl / layout / Makefile
1 # $OpenBSD: Makefile,v 1.2 2015/01/30 00:27:09 schwarze Exp $
2
3 REGRESS_TARGETS = center complex empty emptyline
4 REGRESS_TARGETS += lines lines-nogroff numbers span
5 LINT_TARGETS = complex empty
6
7 # groff-1.22.3 defects:
8 # - When the layout is completely empty,
9 # GNU eqn produces no output whatsoever for the whole table.
10 # - When there is no horizontal line at the top,
11 # vertical lines extend beyond the top of the table.
12
13 SKIP_GROFF = empty lines-nogroff
14
15 .include <bsd.regress.mk>