diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-12-21 15:13:09 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-12-21 15:13:09 +0000 |
commit | 0c856df24225f3829c933d8906588fa2871f2207 (patch) | |
tree | 1bece593a94cd33321d5a87eaa99905c189e0a68 /regress/roff/esc/Makefile | |
parent | d0684c94e21052907d64176fd65093b04bc43787 (diff) | |
download | mandoc-0c856df24225f3829c933d8906588fa2871f2207.tar.gz |
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/Makefile | 6 |
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> |