=================================================================== RCS file: /cvs/mandoc/regress/roff/ti/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mandoc/regress/roff/ti/Makefile 2017/05/08 15:34:57 1.1 +++ mandoc/regress/roff/ti/Makefile 2020/09/03 17:42:16 1.2 @@ -1,5 +1,11 @@ -# $OpenBSD: Makefile,v 1.1 2017/05/08 15:34:57 schwarze Exp $ +# $OpenBSD: Makefile,v 1.2 2020/09/03 17:42:16 schwarze Exp $ -REGRESS_TARGETS = basic-mdoc basic-man +REGRESS_TARGETS = basic-mdoc basic-man wide + +# groff-1.22.4 defect: +# - Excessive temporare indentations cause excessive line lengths +# instead of being truncated to resonable indentations. + +SKIP_GROFF = wide .include