[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / man / B

File: [cvsweb.bsd.lv] / mandoc / regress / man / B / Makefile (download)

Revision 1.3, Thu Apr 28 10:26:38 2022 UTC (2 years, 1 month ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +3 -3 lines

Element next-line scopes may nest, so man_breakscope() may have to
break multiple element next-line scopes at the same time, similar to
what man_descope() already does for unconditional rewinding.

This fixes an assertion failure that tb@ found with afl(1), caused
by .SH .I .I .BI and similar sequences of macros without arguments.

# $OpenBSD: Makefile,v 1.3 2022/04/28 10:17:38 schwarze Exp $

REGRESS_TARGETS	= args blank nest
LINT_TARGETS	= args blank nest

# groff-1.22.3 defect:
# - A blank line in next line scope causes a blank line.
SKIP_GROFF	= blank

.include <bsd.regress.mk>