X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/d9f0f81c846a8405c29870e4a8379e5e79d1cad3..49598c9d922bda8ee429befd0845df1e70a49217:/regress/tbl/layout/Makefile diff --git a/regress/tbl/layout/Makefile b/regress/tbl/layout/Makefile index 9ad5d7f9..9cc65754 100644 --- a/regress/tbl/layout/Makefile +++ b/regress/tbl/layout/Makefile @@ -1,12 +1,15 @@ # $OpenBSD: Makefile,v 1.2 2015/01/30 00:27:09 schwarze Exp $ -REGRESS_TARGETS = center complex empty emptyline numbers span +REGRESS_TARGETS = center complex empty emptyline +REGRESS_TARGETS += lines lines-nogroff numbers span LINT_TARGETS = complex empty -# groff-1.22.3 defect: +# groff-1.22.3 defects: # - When the layout is completely empty, # GNU eqn produces no output whatsoever for the whole table. +# - When there is no horizontal line at the top, +# vertical lines extend beyond the top of the table. -SKIP_GROFF = empty +SKIP_GROFF = empty lines-nogroff .include