=================================================================== RCS file: /cvs/mandoc/regress/mdoc/Sh/Makefile,v retrieving revision 1.6 retrieving revision 1.8 diff -u -p -r1.6 -r1.8 --- mandoc/regress/mdoc/Sh/Makefile 2020/02/27 01:44:05 1.6 +++ mandoc/regress/mdoc/Sh/Makefile 2020/04/01 20:21:20 1.8 @@ -1,11 +1,12 @@ -# $OpenBSD: Makefile,v 1.6 2020/02/27 01:44:05 schwarze Exp $ +# $OpenBSD: Makefile,v 1.8 2020/04/01 20:21:20 schwarze Exp $ REGRESS_TARGETS = badNAME before empty emptyNAME first nohead order REGRESS_TARGETS += orderNAME paragraph parbefore parborder punctNAME -REGRESS_TARGETS += subbefore transp +REGRESS_TARGETS += subbefore tag transp LINT_TARGETS = badNAME before empty emptyNAME first nohead order -LINT_TARGETS += orderNAME parbefore parborder punctNAME subbefore -HTML_TARGETS = paragraph +LINT_TARGETS += orderNAME parbefore parborder punctNAME subbefore tag +HTML_TARGETS = paragraph tag +TAG_TARGETS = tag # groff-1.22.3 defects: # - .Pp before .Sh NAME causes a blank line before the header line