diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-04-19 16:36:16 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-04-19 16:36:16 +0000 |
commit | 25b07ce44ad2c1d5e59d80a7abb5385c5d62169d (patch) | |
tree | a8e00aace70544f81d2501a34aaf190b7d1d6b33 /regress/mdoc/Dl/Makefile | |
parent | a7eb58f8be5552047bb2594077d548bec819a6d5 (diff) | |
download | mandoc-25b07ce44ad2c1d5e59d80a7abb5385c5d62169d.tar.gz |
When .Bd, .D1, or .Dl is tagged, attach the permalink
to the first few letters, similar to what was earlier done for .Pp.
Diffstat (limited to 'regress/mdoc/Dl/Makefile')
-rw-r--r-- | regress/mdoc/Dl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/mdoc/Dl/Makefile b/regress/mdoc/Dl/Makefile index 51605be0..33a7b034 100644 --- a/regress/mdoc/Dl/Makefile +++ b/regress/mdoc/Dl/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/06 09:55:49 schwarze Exp $ +# $OpenBSD: Makefile,v 1.6 2020/04/19 16:26:11 schwarze Exp $ REGRESS_TARGETS = spacing TAG_TARGETS = spacing LINT_TARGETS = spacing +HTML_TARGETS = spacing .include <bsd.regress.mk> |