]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/Ex/Makefile
first batch of -T markdown tests
[mandoc.git] / regress / mdoc / Ex / Makefile
1 # $OpenBSD: Makefile,v 1.1 2014/08/14 02:00:53 schwarze Exp $
2
3 REGRESS_TARGETS = args noname nostd
4 LINT_TARGETS = noname nostd
5 MARKDOWN_TARGETS = args noname nostd
6
7 # groff-1.22.2 defect:
8 # - .Ex without -std produces no output
9
10 SKIP_GROFF = nostd
11
12 .include <bsd.regress.mk>