diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-04-18 20:40:10 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-04-18 20:40:10 +0000 |
commit | 5384b791222a1766744c362648729972e9a73844 (patch) | |
tree | dca05e2a4298314f19ad80030bdf5c16930950f7 /regress/mdoc/Pp/Makefile | |
parent | d8e6af26addbffe69059f3b4e263563cdc3f3b53 (diff) | |
download | mandoc-5384b791222a1766744c362648729972e9a73844.tar.gz |
When a .Tg is attached to a paragraph, attach the permalink
to the first word, or the first few words if they are short.
Diffstat (limited to 'regress/mdoc/Pp/Makefile')
-rw-r--r-- | regress/mdoc/Pp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/mdoc/Pp/Makefile b/regress/mdoc/Pp/Makefile index 03d32774..d13a1f3e 100644 --- a/regress/mdoc/Pp/Makefile +++ b/regress/mdoc/Pp/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.7 2020/04/06 09:55:50 schwarze Exp $ +# $OpenBSD: Makefile,v 1.8 2020/04/18 20:28:46 schwarze Exp $ REGRESS_TARGETS = arg TAG_TARGETS = arg LINT_TARGETS = arg +HTML_TARGETS = arg .include <bsd.regress.mk> |