xref: /openbsd-src/regress/usr.bin/mandoc/man/TP/Makefile (revision 9f11ffb7133c203312a01e4b986886bc88c7d74b)
1# $OpenBSD: Makefile,v 1.15 2019/01/06 04:41:15 schwarze Exp $
2
3REGRESS_TARGETS	 = badarg broken double eof fill indent literal longhead
4REGRESS_TARGETS	+= macrotag manyargs sameline spacing width
5LINT_TARGETS	 = broken double eof
6HTML_TARGETS	 = literal
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# - A blank line in .TP next line scope causes a blank line.
12
13SKIP_GROFF	 = broken eof
14
15.include <bsd.regress.mk>
16