X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/d9f0f81c846a8405c29870e4a8379e5e79d1cad3..31f17a62e510f4e0732d1c76e7a56a1a69506dc6:/regress/roff/string/Makefile?ds=inline diff --git a/regress/roff/string/Makefile b/regress/roff/string/Makefile index d2cd125b..b8885c65 100644 --- a/regress/roff/string/Makefile +++ b/regress/roff/string/Makefile @@ -1,11 +1,18 @@ # $OpenBSD: Makefile,v 1.6 2014/07/06 19:08:57 schwarze Exp $ -REGRESS_TARGETS=escape infinite zerolength name -LINT_TARGETS = name +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. -SKIP_GROFF ?= infinite +SKIP_GROFF ?= infinite + +# Groff can expand standard macros as strings, but mandoc cannot. + +SKIP_GROFF += std .include