=================================================================== RCS file: /cvs/mandoc/regress/tbl/layout/Makefile,v retrieving revision 1.4 retrieving revision 1.7 diff -u -p -r1.4 -r1.7 --- mandoc/regress/tbl/layout/Makefile 2019/12/31 22:58:43 1.4 +++ mandoc/regress/tbl/layout/Makefile 2021/05/16 22:28:27 1.7 @@ -1,15 +1,18 @@ -# $OpenBSD: Makefile,v 1.4 2019/12/31 22:58:43 schwarze Exp $ +# $OpenBSD: Makefile,v 1.7 2021/05/16 22:28:27 schwarze Exp $ -REGRESS_TARGETS = center complex empty emptycol emptyline -REGRESS_TARGETS += lines lines-nogroff numbers shortlines span -LINT_TARGETS = complex empty +REGRESS_TARGETS = badspan center complex empty emptycol emptyline font +REGRESS_TARGETS += lines lines-nogroff numbers +REGRESS_TARGETS += shortlines spacing spacing-nogroff span +LINT_TARGETS = badspan complex empty spacing-nogroff +HTML_TARGETS = font -# groff-1.22.3 defects: +# groff-1.22.4 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. +# - Excessive spacing modifiers in the layout are honoured. -SKIP_GROFF = empty lines-nogroff +SKIP_GROFF = empty lines-nogroff spacing-nogroff .include