summaryrefslogtreecommitdiffstats
path: root/regress/tbl/opt/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-01-31 16:31:55 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-01-31 16:31:55 +0000
commit547b554dc9c25cb33ee6ef76d63668fc75a26685 (patch)
tree97990bc27bb618683a688f94e8623e44cb8fb98f /regress/tbl/opt/Makefile
parent338daed9057fec44c6861151bafb7a548b241d19 (diff)
downloadmandoc-547b554dc9c25cb33ee6ef76d63668fc75a26685.tar.gz
Since resetting of offsets works quite differently in man(7) and mdoc(7),
test table centering in an mdoc(7) document as well. Related to tbl_term.c rev. 1.67.
Diffstat (limited to 'regress/tbl/opt/Makefile')
-rw-r--r--regress/tbl/opt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/tbl/opt/Makefile b/regress/tbl/opt/Makefile
index ed9676b5..4e101194 100644
--- a/regress/tbl/opt/Makefile
+++ b/regress/tbl/opt/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.1.1.1 2015/01/29 23:24:24 schwarze Exp $
+# $OpenBSD: Makefile,v 1.2 2019/01/31 16:28:38 schwarze Exp $
-REGRESS_TARGETS = box center invalid
+REGRESS_TARGETS = box center center-mdoc invalid
LINT_TARGETS = invalid
.include <bsd.regress.mk>