version 1.1, 2017/02/08 03:02:32 |
version 1.2, 2020/01/08 10:37:56 |
|
|
|
|
REGRESS_TARGETS = break vspace |
REGRESS_TARGETS = break vspace |
LINT_TARGETS = break |
LINT_TARGETS = break |
|
GOPTS = -t |
|
|
# groff-1.22.3 defect: |
# groff-1.22.3 defect: |
# - Starting a table in next-line scope confuses font handling, |
# - Starting a table in next-line scope confuses font handling, |
# and in the case of .TP indentation as well. |
# and in the case of .TP indentation as well. |
|
|
SKIP_GROFF = 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> |
.include <bsd.regress.mk> |