From 9c50b3f3dd65454028a85113ebc01c5f1f8dabf5 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 4 Apr 2020 20:33:33 +0000 Subject: automatically tag .SH and .SS in man(7) terminal output in the same way as it was done for .Sh and .Ss in mdoc(7) --- regress/man/SS/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'regress/man/SS/Makefile') diff --git a/regress/man/SS/Makefile b/regress/man/SS/Makefile index edbe4c2c..3a894af2 100644 --- a/regress/man/SS/Makefile +++ b/regress/man/SS/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2020/02/27 01:25:58 schwarze Exp $ +# $OpenBSD: Makefile,v 1.6 2020/04/04 20:23:07 schwarze Exp $ REGRESS_TARGETS = broken broken_eline longarg noarg paragraph vert LINT_TARGETS = broken broken_eline noarg HTML_TARGETS = paragraph +TAG_TARGETS = paragraph # groff-1.22.3 defects: # - .SS without args just before EOF causes two additional blank lines. -- cgit