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

File: [cvsweb.bsd.lv] / mandoc / regress / char / C / Makefile (download)

Revision 1.1, Wed Jun 8 13:23:59 2022 UTC (23 months, 3 weeks ago) by schwarze
Branch: MAIN
CVS Tags: HEAD

Surprisingly, every escape sequence can also be used as an argument
delimiter for an outer escape sequence, in which case the delimiting
escape sequence retains its syntax but usually ignores its argument
and loses its inherent effect.  Add rudimentary support for this
syntax quirk in order to improve parsing compatibility with groff.

# $OpenBSD: Makefile,v 1.1 2022/06/08 13:08:00 schwarze Exp $

REGRESS_TARGETS	 = delim
LINT_TARGETS	 = delim

.include <bsd.regress.mk>