=================================================================== RCS file: /cvs/mandoc/regress/man/SH/Makefile,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- mandoc/regress/man/SH/Makefile 2017/02/08 03:02:29 1.1 +++ mandoc/regress/man/SH/Makefile 2019/01/06 04:55:13 1.3 @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 2017/02/08 03:02:29 schwarze Exp $ +# $OpenBSD: Makefile,v 1.3 2019/01/06 04:55:13 schwarze Exp $ -REGRESS_TARGETS = broken broken_eline empty_before longarg noarg +REGRESS_TARGETS = broken broken_eline empty_before longarg noarg paragraph LINT_TARGETS = broken broken_eline empty_before noarg +HTML_TARGETS = paragraph # groff-1.22.3 defects: # - .SH without args just before EOF causes two additional blank lines. @@ -10,6 +11,7 @@ LINT_TARGETS = broken broken_eline empty_before noarg # - If .HP breaks .SH, a line is broken after the next input line. # - If .RS/RE/nf/fi breaks .SH, the next input line becomes bold. # - .UR does not break .SH. +# - blank line in .SH next line scope causes blank lines and bogus indent SKIP_GROFF = broken broken_eline noarg