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

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

Revision 1.8, Sat Aug 25 16:53:40 2018 UTC (5 years, 9 months ago) by schwarze
Branch: MAIN
Changes since 1.7: +2 -2 lines

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.27 2018/08/25 16:46:28 schwarze Exp $

SUBDIR  = args cond esc scale string
SUBDIR += br cc char de ds ft ig it ll na nr po ps
SUBDIR += return rm rn shift sp ta ti tr while

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