=================================================================== RCS file: /cvs/mandoc/regress/man/TP/Makefile,v retrieving revision 1.5 retrieving revision 1.7 diff -u -p -r1.5 -r1.7 --- mandoc/regress/man/TP/Makefile 2020/02/27 01:43:59 1.5 +++ mandoc/regress/man/TP/Makefile 2025/07/24 10:59:32 1.7 @@ -1,11 +1,13 @@ -# $OpenBSD: Makefile,v 1.5 2020/02/27 01:43:59 schwarze Exp $ +# $OpenBSD: Makefile,v 1.7 2025/07/24 10:59:32 schwarze Exp $ -REGRESS_TARGETS = badarg broken double eof fill indent literal longhead -REGRESS_TARGETS += macrotag manyargs sameline spacing vert width +REGRESS_TARGETS = badarg broken double eof fill fraction indent +REGRESS_TARGETS += literal longhead macrotag manyargs +REGRESS_TARGETS += sameline spacing tag vert width +TAG_TARGETS = tag LINT_TARGETS = broken double eof -HTML_TARGETS = literal vert +HTML_TARGETS = literal tag vert -# groff-1.22.3 defects: +# groff-1.23.0 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.