=================================================================== RCS file: /cvs/mandoc/regress/roff/ti/Makefile,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- mandoc/regress/roff/ti/Makefile 2017/05/08 15:34:57 1.1 +++ mandoc/regress/roff/ti/Makefile 2025/07/16 16:38:32 1.3 @@ -1,5 +1,11 @@ -# $OpenBSD: Makefile,v 1.1 2017/05/08 15:34:57 schwarze Exp $ +# $OpenBSD: Makefile,v 1.3 2025/07/16 16:38:32 schwarze Exp $ -REGRESS_TARGETS = basic-mdoc basic-man +REGRESS_TARGETS = basic-mdoc basic-man fraction wide + +# groff-1.23.0 defect: +# - Excessive temporary indentations cause excessive line lengths +# instead of being truncated to resonable indentations. + +SKIP_GROFF = wide .include