Annotation of mandoc/regress/roff/po/Makefile, Revision 1.3
1.3 ! schwarze 1: # $OpenBSD: Makefile,v 1.3 2025/07/16 15:51:27 schwarze Exp $
1.1 schwarze 2:
1.3 ! schwarze 3: REGRESS_TARGETS = basic-mdoc fraction range
1.2 schwarze 4:
1.3 ! schwarze 5: # groff-1.23.0 defects:
1.2 schwarze 6: # - Negative page objects sometimes result in output lines starting
7: # with backspace characters.
8: # - Excessive page offsets cause excessive line lengths
9: # instead of being truncated to resonable widths.
10:
11: SKIP_GROFF = range
1.1 schwarze 12:
13: .include <bsd.regress.mk>
CVSweb