Annotation of mandoc/regress/roff/ti/Makefile, Revision 1.3
1.3 ! schwarze 1: # $OpenBSD: Makefile,v 1.3 2025/07/16 16:36:03 schwarze Exp $
1.1 schwarze 2:
1.3 ! schwarze 3: REGRESS_TARGETS = basic-mdoc basic-man fraction wide
1.2 schwarze 4:
1.3 ! schwarze 5: # groff-1.23.0 defect:
! 6: # - Excessive temporary indentations cause excessive line lengths
1.2 schwarze 7: # instead of being truncated to resonable indentations.
8:
9: SKIP_GROFF = wide
1.1 schwarze 10:
11: .include <bsd.regress.mk>
CVSweb