]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/string/Makefile
Style message about legacy man(7) date format in mdoc(7) documents
[mandoc.git] / regress / roff / string / Makefile
1 # $OpenBSD: Makefile,v 1.6 2014/07/06 19:08:57 schwarze Exp $
2
3 REGRESS_TARGETS=escape infinite zerolength name
4 LINT_TARGETS = name
5
6 # The infinite test fails badly with groff-1.20.1:
7 # It fails to print the following text.
8
9 SKIP_GROFF ?= infinite
10
11 .include <bsd.regress.mk>