=================================================================== RCS file: /cvs/mandoc/regress/tbl/layout/Makefile,v retrieving revision 1.5 retrieving revision 1.8 diff -u -p -r1.5 -r1.8 --- mandoc/regress/tbl/layout/Makefile 2020/01/11 21:02:26 1.5 +++ mandoc/regress/tbl/layout/Makefile 2025/07/24 17:18:40 1.8 @@ -1,15 +1,18 @@ -# $OpenBSD: Makefile,v 1.5 2020/01/11 21:02:26 schwarze Exp $ +# $OpenBSD: Makefile,v 1.8 2025/07/24 17:18:40 schwarze Exp $ -REGRESS_TARGETS = badspan center complex empty emptycol emptyline -REGRESS_TARGETS += lines lines-nogroff numbers shortlines span -LINT_TARGETS = badspan 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.23.0 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