=================================================================== RCS file: /cvs/mandoc/regress/man/TP/Makefile,v retrieving revision 1.2 retrieving revision 1.4 diff -u -p -r1.2 -r1.4 --- mandoc/regress/man/TP/Makefile 2017/06/03 15:55:28 1.2 +++ mandoc/regress/man/TP/Makefile 2019/01/06 04:55:15 1.4 @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2017/06/03 15:55:28 schwarze Exp $ +# $OpenBSD: Makefile,v 1.4 2019/01/06 04:55:15 schwarze Exp $ -REGRESS_TARGETS = badarg broken double eof fill literal longhead +REGRESS_TARGETS = badarg broken double eof fill indent literal longhead REGRESS_TARGETS += macrotag manyargs sameline spacing width - LINT_TARGETS = broken double eof +HTML_TARGETS = literal # groff-1.22.3 defects: # - If .TP precedes .RE, the latter does not properly reset indentation.