diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2018-08-16 13:54:06 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2018-08-16 13:54:06 +0000 |
commit | 27f1545e0f756e82e793a38e1bc5a55d673a6261 (patch) | |
tree | aec0540f62f2ddaaf8ca6abc5d05a59cd47da072 /regress/roff/string/Makefile | |
parent | 53895dc947dd04e38242df7ec586e07b9b14ba99 (diff) | |
download | mandoc-27f1545e0f756e82e793a38e1bc5a55d673a6261.tar.gz |
Implement the \*(.T predefined string (interpolate device name)
by allowing the preprocessor to pass it through to the formatters.
Used for example by the groff_char(7) manual page.
Diffstat (limited to 'regress/roff/string/Makefile')
-rw-r--r-- | regress/roff/string/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/regress/roff/string/Makefile b/regress/roff/string/Makefile index eda8c8ad..b8885c65 100644 --- a/regress/roff/string/Makefile +++ b/regress/roff/string/Makefile @@ -1,7 +1,10 @@ # $OpenBSD: Makefile,v 1.6 2014/07/06 19:08:57 schwarze Exp $ -REGRESS_TARGETS = escape infinite name std undef zerolength +REGRESS_TARGETS = dotT escape infinite name std undef zerolength LINT_TARGETS = name std undef +UTF8_TARGETS = dotT +HTML_TARGETS = dotT +SKIP_MARKDOWN = escape infinite name std undef zerolength # The infinite test fails badly with groff-1.20.1: # It fails to print the following text. |