]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/po/Makefile
For accessibility, label the last two widgets in the search form.
[mandoc.git] / regress / roff / po / Makefile
1 # $OpenBSD: Makefile,v 1.2 2020/09/03 20:33:20 schwarze Exp $
2
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
12
13 .include <bsd.regress.mk>