]> git.cameronkatri.com Git - mandoc.git/blob - regress/char/unicode/Makefile
Implement automatic line breaking
[mandoc.git] / regress / char / unicode / Makefile
1 # $OpenBSD: Makefile,v 1.4 2014/12/19 04:57:11 schwarze Exp $
2
3 REGRESS_TARGETS = ascii input invalid latin1 latin1diff
4 REGRESS_TARGETS += man mdoc named namediff nogroff
5 SKIP_ASCII = man mdoc
6 # input and nogroff exhibit implementation dependent differences
7 # among wcwidth(3) on different systems
8 #UTF8_TARGETS = ${REGRESS_TARGETS}
9 UTF8_TARGETS = ascii invalid man mdoc namediff
10 HTML_TARGETS = ascii invalid latin1 latin1diff named namediff nogroff
11 LINT_TARGETS = input invalid
12
13 SKIP_GROFF = input nogroff
14 SKIP_GROFF_ASCII = latin1diff namediff
15
16 .include <bsd.regress.mk>