]> git.cameronkatri.com Git - mandoc.git/blob - regress/man/TS/Makefile
various nits found with mandoc -Tlint
[mandoc.git] / regress / man / TS / Makefile
1 # $OpenBSD: Makefile,v 1.3 2015/01/30 21:28:21 schwarze Exp $
2
3 REGRESS_TARGETS = break vspace
4 LINT_TARGETS = break
5
6 # groff-1.22.3 defect:
7 # - Starting a table in next-line scope confuses font handling,
8 # and in the case of .TP indentation as well.
9
10 SKIP_GROFF = break
11
12
13 # OpenBSD only: maintainer targets
14
15 TBL=/usr/local/bin/tbl
16
17 .for t in ${REGRESS_TARGETS}
18 ${t}.out_ascii: ${t}.in
19 ${TBL} ${.ALLSRC} | ${NROFF} ${NOPTS} -Tascii > ${.TARGET}
20 .endfor
21
22 .include <bsd.regress.mk>