]> git.cameronkatri.com Git - mandoc.git/blob - regress/man/TS/Makefile
For accessibility, label the last two widgets in the search form.
[mandoc.git] / regress / man / TS / Makefile
1 # $OpenBSD: Makefile,v 1.4 2020/01/08 10:17:15 schwarze Exp $
2
3 REGRESS_TARGETS = break vspace
4 LINT_TARGETS = break
5 GOPTS = -t
6
7 # groff-1.22.3 defect:
8 # - Starting a table in next-line scope confuses font handling,
9 # and in the case of .TP indentation as well.
10
11 SKIP_GROFF = break
12
13 .include <bsd.regress.mk>