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

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

Revision 1.1, Sat Aug 25 16:53:40 2018 UTC (5 years, 10 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, VERSION_1_14_5, HEAD

Rudimentary implementation of the roff(7) .char (output glyph
definition) request, used for example by groff_hdtbl(7).

This simplistic implementation may interact incorrectly
with the .tr (input character translation) request.
But come on, you are not only using .char *and* .tr, but you do so
with respect to the same character in the same manual page?

# $OpenBSD: Makefile,v 1.1 2018/08/25 16:43:52 schwarze Exp $

REGRESS_TARGETS	= basic badarg
LINT_TARGETS	= badarg

.include <bsd.regress.mk>