]> git.cameronkatri.com Git - mandoc.git/blob - regress/char/space/Makefile
For accessibility, label the last two widgets in the search form.
[mandoc.git] / regress / char / space / Makefile
1 # $OpenBSD: Makefile,v 1.12 2016/12/07 23:27:42 schwarze Exp $
2
3 REGRESS_TARGETS = leading-mdoc leading-man multiple trailing-mdoc zerowidth
4 REGRESS_TARGETS += eos eos-man break nobreak
5 REGRESS_TARGETS += tab tab-man esct-mdoc esct-man
6 REGRESS_TARGETS += invalid
7
8 UTF8_TARGETS = zerowidth
9
10 HTML_TARGETS = zerowidth
11
12 LINT_TARGETS = trailing-mdoc tab tab-man esct-mdoc esct-man invalid
13
14 .include <bsd.regress.mk>