[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / man / TS

File: [cvsweb.bsd.lv] / mandoc / regress / man / TS / Makefile (download)

Revision 1.2, Wed Jan 8 10:37:56 2020 UTC (4 years, 5 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, HEAD
Changes since 1.1: +2 -11 lines

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.

# $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,
#   and in the case of .TP indentation as well.

SKIP_GROFF	= break

.include <bsd.regress.mk>