[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.7, Fri Aug 24 23:12:34 2018 UTC (5 years, 9 months ago) by schwarze
Branch: MAIN
Changes since 1.6: +3 -2 lines

Rudimentary implementation of the roff(7) .while request.
Needed for example by groff_hdtbl(7).

There are two limitations:
It does not support nested .while requests yet,
and each .while loop must start and end in the same scope.

The roff_parseln() return codes are now more flexible
and allow OR'ing options.

# $OpenBSD: Makefile,v 1.26 2018/08/24 22:56:37 schwarze Exp $

SUBDIR  = args cond esc scale string
SUBDIR += br cc 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>