=================================================================== RCS file: /cvs/mandoc/regress/mdoc/Sh/Makefile,v retrieving revision 1.1 retrieving revision 1.6 diff -u -p -r1.1 -r1.6 --- mandoc/regress/mdoc/Sh/Makefile 2017/02/08 03:03:08 1.1 +++ mandoc/regress/mdoc/Sh/Makefile 2020/02/27 01:44:05 1.6 @@ -1,11 +1,18 @@ -# $OpenBSD: Makefile,v 1.1 2017/02/08 03:03:08 schwarze Exp $ +# $OpenBSD: Makefile,v 1.6 2020/02/27 01:44:05 schwarze Exp $ REGRESS_TARGETS = badNAME before empty emptyNAME first nohead order -REGRESS_TARGETS += orderNAME punctNAME subbefore +REGRESS_TARGETS += orderNAME paragraph parbefore parborder punctNAME +REGRESS_TARGETS += subbefore transp LINT_TARGETS = badNAME before empty emptyNAME first nohead order -LINT_TARGETS += orderNAME punctNAME subbefore +LINT_TARGETS += orderNAME parbefore parborder punctNAME subbefore +HTML_TARGETS = paragraph -SKIP_GROFF = subbefore first empty -SKIP_ASCII = first +# groff-1.22.3 defects: +# - .Pp before .Sh NAME causes a blank line before the header line +# - .Ss before .Sh NAME puts the subsection header before the header line +# - missing .Sh NAME causes loss of the header and footer lines +# - .Sh DESCRIPTION Xo aborts the parser + +SKIP_GROFF = parbefore subbefore first empty .include