]> git.cameronkatri.com Git - mandoc.git/blob - regress/tbl/Makefile.inc
Issue a STYLE message when normalizing the date format in .Dd/.TH.
[mandoc.git] / regress / tbl / Makefile.inc
1 # $OpenBSD: Makefile.inc,v 1.2 2015/02/03 19:37:25 schwarze Exp $
2
3 TBL = /usr/local/bin/tbl
4
5 SKIP_TMAN ?= ALL
6 SKIP_MARKDOWN ?= ALL
7
8
9 # OpenBSD only: maintainer targets
10
11 .for t in ${REGRESS_TARGETS}
12 ${t}.out_ascii: ${t}.in
13 ${TBL} ${.ALLSRC} | ${NROFF} ${NOPTS} -Tascii > ${.TARGET}
14 .endfor
15
16 .include "../Makefile.inc"