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

File: [cvsweb.bsd.lv] / mandoc / regress / roff / while / Makefile (download)

Revision 1.2, Sun Apr 21 22:48:59 2019 UTC (5 years, 1 month ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, HEAD
Changes since 1.1: +2 -2 lines

Implement the roff .break request (break out of a .while loop).
Jan Stary <hans at stare dot cz> found it in an ancient groffer(1)
manual page (version 1.19) on MacOS X Mojave.
Having .break not implemented wasn't a particularly bright idea
because obviously, it tended to cause infinite loops.

# $OpenBSD: Makefile,v 1.2 2019/04/21 22:43:00 schwarze Exp $

REGRESS_TARGETS	= basic badargs break into nesting outof
LINT_TARGETS	= badargs into nesting outof

# mandoc defects:
#  - if a while loop extends into a scope, mandoc may close it there
#  - mandoc does not support nested .while loops
#  - mandoc does not support .while loops extending out of the current scope

SKIP_GROFF	= into nesting outof

.include <bsd.regress.mk>