From b19e09dbeb7e957bca580776d8b3a4651016c904 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 6 Apr 2020 10:16:17 +0000 Subject: Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It. In HTML output, improve the logic for writing inside permalinks: skip them when there is no child content or when there is a risk that the children might contain flow content. --- regress/mdoc/Tg/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'regress/mdoc/Tg/Makefile') diff --git a/regress/mdoc/Tg/Makefile b/regress/mdoc/Tg/Makefile index 7f538766..d67ec5af 100644 --- a/regress/mdoc/Tg/Makefile +++ b/regress/mdoc/Tg/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2020/03/13 00:31:06 schwarze Exp $ +# $OpenBSD: Makefile,v 1.2 2020/04/06 09:55:50 schwarze Exp $ -REGRESS_TARGETS = warn -TAG_TARGETS = warn +REGRESS_TARGETS = column list warn +TAG_TARGETS = column list warn LINT_TARGETS = warn -HTML_TARGETS = warn +HTML_TARGETS = column list warn + +SKIP_TMAN = column .include -- cgit