diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-01-08 10:37:53 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-01-08 10:37:53 +0000 |
commit | aa1f63650ff3f1876c5b56e8e26d1108a284318b (patch) | |
tree | 44e4ee2f2e646a098f82e8e1727ec513481528f0 /regress/man/TS | |
parent | 539596c4003903a5b79ccfd95456bd7fffa5ae64 (diff) | |
download | mandoc-aa1f63650ff3f1876c5b56e8e26d1108a284318b.tar.gz |
Simplify maintainer targets in OpenBSD: EQN and TBL variables
no longer exist and NROFF/NOPTS were replaced with GROFF/GOPTS.
This doesn't change how things work in the protable version
of the test suite.
Diffstat (limited to 'regress/man/TS')
-rw-r--r-- | regress/man/TS/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/regress/man/TS/Makefile b/regress/man/TS/Makefile index 1d20dc84..18f11705 100644 --- a/regress/man/TS/Makefile +++ b/regress/man/TS/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2015/01/30 21:28:21 schwarze Exp $ +# $OpenBSD: Makefile,v 1.4 2020/01/08 10:17:15 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, @@ -9,14 +10,4 @@ LINT_TARGETS = break 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 <bsd.regress.mk> |