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

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

Revision 1.2, Wed Jun 8 13:23:58 2022 UTC (22 months, 3 weeks ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +2 -2 lines

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.10 2022/06/08 13:08:00 schwarze Exp $

SUBDIR = accent bar hyphen space unicode C N

.include "../Makefile.sub"
.include <bsd.subdir.mk>