aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/esc/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2020-12-21 15:13:09 +0000
committerIngo Schwarze <schwarze@openbsd.org>2020-12-21 15:13:09 +0000
commit403dbc2d11a10ac34878b0a6e82aaab23bfc397b (patch)
tree898c4e840fc66f212d5f0aaaa77cc12f20749e2b /regress/roff/esc/Makefile
parent6b296a21faa33847bb33fc05b5e3361f449188e7 (diff)
downloadmandoc-403dbc2d11a10ac34878b0a6e82aaab23bfc397b.tar.gz
mandoc-403dbc2d11a10ac34878b0a6e82aaab23bfc397b.tar.zst
mandoc-403dbc2d11a10ac34878b0a6e82aaab23bfc397b.zip
Rename syntax test of the \O escape sequence (suppress output groff
extension; mandoc only implements syntax checking but ignores the sequence) to please Bill Gates and didickman@: avoid path names that only differ by case, like o.in vs. O.in.
Diffstat (limited to 'regress/roff/esc/Makefile')
-rw-r--r--regress/roff/esc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/roff/esc/Makefile b/regress/roff/esc/Makefile
index d691bce7..8c4fdaba 100644
--- a/regress/roff/esc/Makefile
+++ b/regress/roff/esc/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.16 2019/01/17 06:29:14 schwarze Exp $
+# $OpenBSD: Makefile,v 1.17 2020/12/21 14:55:58 schwarze Exp $
-REGRESS_TARGETS = one two multi B bs_man bs_mdoc c c_man e f h l O o p w z
+REGRESS_TARGETS = one two multi B bs_man bs_mdoc c c_man e f h l O1 o p w z
REGRESS_TARGETS += ignore invalid unsupp
HTML_TARGETS = f
-LINT_TARGETS = B h l O w ignore invalid unsupp
+LINT_TARGETS = B h l O1 w ignore invalid unsupp
.include <bsd.regress.mk>