Annotation of mandoc/regress/roff/po/Makefile, Revision 1.2
1.2 ! schwarze 1: # $OpenBSD: Makefile,v 1.2 2020/09/03 20:33:20 schwarze Exp $
1.1 schwarze 2:
1.2 ! schwarze 3: REGRESS_TARGETS = basic-mdoc range
! 4:
! 5: # groff-1.22.4 defect:
! 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