git: 45488e95b4c6 - main - mandoc: Install mandoc.db.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Sep 2025 18:39:58 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=45488e95b4c6152ed4e6b3e488b6590897e5fa64
commit 45488e95b4c6152ed4e6b3e488b6590897e5fa64
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2025-09-02 18:39:21 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2025-09-02 18:39:21 +0000
mandoc: Install mandoc.db.5
Reviewed by: ziaee, bapt
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D52343
---
usr.bin/mandoc/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.bin/mandoc/Makefile b/usr.bin/mandoc/Makefile
index c5255b1468fd..0d04aad4e558 100644
--- a/usr.bin/mandoc/Makefile
+++ b/usr.bin/mandoc/Makefile
@@ -4,7 +4,7 @@ MANDOCDIR= ${SRCTOP}/contrib/mandoc
.PATH: ${MANDOCDIR}
PROG= mandoc
-MAN= mandoc.1 eqn.7 mandoc_char.7 tbl.7 man.7 mdoc.7 roff.7
+MAN= mandoc.1 mandoc.db.5 eqn.7 mandoc_char.7 tbl.7 man.7 mdoc.7 roff.7
MLINKS= mandoc.1 mdocml.1
.if ${MK_MAN_UTILS} != no
MAN+= apropos.1 makewhatis.8