Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2025 18:39:58 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 45488e95b4c6 - main - mandoc: Install mandoc.db.5
Message-ID:  <202509021839.582IdwFt040762@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509021839.582IdwFt040762>