xref: /openbsd/regress/usr.bin/mandoc/man/TP/Makefile (revision 2eb2afb2)
1# $OpenBSD: Makefile,v 1.10 2014/12/16 17:24:58 schwarze Exp $
2
3REGRESS_TARGETS	 = badarg broken double eof literal longhead
4REGRESS_TARGETS	+= macrotag manyargs sameline width
5
6LINT_TARGETS	 = broken double eof
7
8# groff-1.22.3 defects:
9# - If .TP precedes .RE, the latter does not properly reset indentation.
10# - If the last line of the file is .TP, groff does not print a page footer.
11
12SKIP_GROFF	 = broken eof
13
14.include <bsd.regress.mk>
15