]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/Sh/Makefile
first batch of -T markdown tests
[mandoc.git] / regress / mdoc / Sh / Makefile
1 # $OpenBSD: Makefile,v 1.7 2017/01/08 00:10:22 schwarze Exp $
2
3 REGRESS_TARGETS = badNAME before empty emptyNAME first nohead order
4 REGRESS_TARGETS += orderNAME punctNAME subbefore
5 LINT_TARGETS = badNAME before empty emptyNAME first nohead order
6 LINT_TARGETS += orderNAME punctNAME subbefore
7 MARKDOWN_TARGETS = badNAME before empty emptyNAME first nohead order
8 MARKDOWN_TARGETS += orderNAME punctNAME subbefore
9
10 SKIP_GROFF = subbefore first empty
11 SKIP_ASCII = first
12
13 .include <bsd.regress.mk>