=================================================================== RCS file: /cvs/mandoc/regress/man/TS/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mandoc/regress/man/TS/Makefile 2017/02/08 03:02:32 1.1 +++ mandoc/regress/man/TS/Makefile 2020/01/08 10:37:56 1.2 @@ -1,22 +1,13 @@ -# $OpenBSD: Makefile,v 1.1 2017/02/08 03:02:32 schwarze Exp $ +# $OpenBSD: Makefile,v 1.2 2020/01/08 10:37:56 schwarze Exp $ REGRESS_TARGETS = break vspace LINT_TARGETS = break +GOPTS = -t # groff-1.22.3 defect: # - Starting a table in next-line scope confuses font handling, # and in the case of .TP indentation as well. SKIP_GROFF = break - - -# OpenBSD only: maintainer targets - -TBL=/usr/local/bin/tbl - -.for t in ${REGRESS_TARGETS} -${t}.out_ascii: ${t}.in - ${TBL} ${.ALLSRC} | ${NROFF} ${NOPTS} -Tascii > ${.TARGET} -.endfor .include