=================================================================== RCS file: /cvs/mandoc/regress/mdoc/Sh/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- mandoc/regress/mdoc/Sh/Makefile 2017/04/28 16:25:12 1.4 +++ mandoc/regress/mdoc/Sh/Makefile 2019/01/07 07:26:36 1.5 @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 2017/04/28 16:25:12 schwarze Exp $ +# $OpenBSD: Makefile,v 1.5 2019/01/07 07:26:36 schwarze Exp $ REGRESS_TARGETS = badNAME before empty emptyNAME first nohead order -REGRESS_TARGETS += orderNAME parbefore parborder punctNAME subbefore +REGRESS_TARGETS += orderNAME paragraph parbefore parborder punctNAME subbefore LINT_TARGETS = badNAME before empty emptyNAME first nohead order LINT_TARGETS += orderNAME parbefore parborder punctNAME subbefore +HTML_TARGETS = paragraph # groff-1.22.3 defects: # - .Pp before .Sh NAME causes a blank line before the header line