=================================================================== RCS file: /cvs/mandoc/regress/roff/string/Makefile,v retrieving revision 1.1 retrieving revision 1.4 diff -u -p -r1.1 -r1.4 --- mandoc/regress/roff/string/Makefile 2017/02/08 03:03:28 1.1 +++ mandoc/regress/roff/string/Makefile 2018/08/16 13:54:07 1.4 @@ -1,11 +1,18 @@ -# $OpenBSD: Makefile,v 1.1 2017/02/08 03:03:28 schwarze Exp $ +# $OpenBSD: Makefile,v 1.4 2018/08/16 13:54:07 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