=================================================================== RCS file: /cvs/mandoc/regress/man/TP/Makefile,v retrieving revision 1.1 retrieving revision 1.6 diff -u -p -r1.1 -r1.6 --- mandoc/regress/man/TP/Makefile 2017/02/08 03:02:31 1.1 +++ mandoc/regress/man/TP/Makefile 2020/03/13 15:32:34 1.6 @@ -1,13 +1,15 @@ -# $OpenBSD: Makefile,v 1.1 2017/02/08 03:02:31 schwarze Exp $ +# $OpenBSD: Makefile,v 1.6 2020/03/13 15:32:34 schwarze Exp $ -REGRESS_TARGETS = badarg broken double eof fill literal longhead -REGRESS_TARGETS += macrotag manyargs sameline spacing width - +REGRESS_TARGETS = badarg broken double eof fill indent literal longhead +REGRESS_TARGETS += macrotag manyargs sameline spacing tag vert width +TAG_TARGETS = tag LINT_TARGETS = broken double eof +HTML_TARGETS = literal tag vert # groff-1.22.3 defects: # - If .TP precedes .RE, the latter does not properly reset indentation. # - If the last line of the file is .TP, groff does not print a page footer. +# - A blank line in .TP next line scope causes a blank line. SKIP_GROFF = broken eof