aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Ux/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-10 01:48:53 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-10 01:48:53 +0000
commitabed8762b0477726a99b6150b73b539d4f5249e3 (patch)
tree076599b497ae4774c6fabb804bbf540eb6688d97 /regress/mdoc/Ux/Makefile
parentd1008ef735ba0cceb18ab8b96c6a029d71ac93da (diff)
downloadmandoc-abed8762b0477726a99b6150b73b539d4f5249e3.tar.gz
mandoc-abed8762b0477726a99b6150b73b539d4f5249e3.tar.zst
mandoc-abed8762b0477726a99b6150b73b539d4f5249e3.zip
style message about missing blank before trailing delimiter;
inspired by mdoclint(1), and jmc@ considers it useful
Diffstat (limited to 'regress/mdoc/Ux/Makefile')
-rw-r--r--regress/mdoc/Ux/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/mdoc/Ux/Makefile b/regress/mdoc/Ux/Makefile
index c945b5e6..1461f618 100644
--- a/regress/mdoc/Ux/Makefile
+++ b/regress/mdoc/Ux/Makefile
@@ -1,5 +1,6 @@
# $OpenBSD: Makefile,v 1.2 2013/12/22 14:06:29 schwarze Exp $
-REGRESS_TARGETS = spacing eos
+REGRESS_TARGETS = eos punct spacing
+LINT_TARGETS = punct
.include <bsd.regress.mk>