[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.2, Sun May 7 17:31:46 2017 UTC (7 years, 1 month ago) by schwarze
Branch: MAIN
Changes since 1.1: +1 -1 lines

Basic implementation of the roff(7) .ta (define tab stops) request.
This is the first feature made possible by the parser reorganization.
Improves the formatting of the SYNOPSIS in many Xenocara GL manuals.
Also important for ports, as reported by many, including naddy@.

# $OpenBSD: Makefile,v 1.20 2015/02/06 16:05:51 schwarze Exp $

SUBDIR  = args cond esc scale string
SUBDIR += br cc de ds ft ig it ll na nr ps rm sp ta tr

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