]> git.cameronkatri.com Git - mandoc.git/blob - regress/char/space/Makefile
Support nesting of elements with next-line scope.
[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
7 UTF8_TARGETS = zerowidth
8
9 HTML_TARGETS = zerowidth
10
11 LINT_TARGETS = trailing-mdoc tab tab-man esct-mdoc esct-man
12
13 .include <bsd.regress.mk>