From: Michał Kępień Date: Tue, 8 Jul 2025 08:27:22 +0000 (+0200) Subject: Fix named-makejournal man page installation X-Git-Tag: v9.21.11~63^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caa0451e28698658041ae94d7a6ae4ae23f415e0;p=thirdparty%2Fbind9.git Fix named-makejournal man page installation The man page for named-makejournal is erroneously not installed when building from a source tarball. Add that man page to the appropriate lists in the build system so that it is installed both when building from a Git repository and from a source tarball. --- diff --git a/doc/man/meson.build b/doc/man/meson.build index c9b8052ac97..9ab4821a4e4 100644 --- a/doc/man/meson.build +++ b/doc/man/meson.build @@ -38,6 +38,7 @@ manrst_srcset.add( 'named-checkzone.rst', 'named-compilezone.rst', 'named-journalprint.rst', + 'named-makejournal.rst', 'named-rrchecker.rst', 'named.rst', 'nsec3hash.rst', @@ -77,6 +78,7 @@ if fs.is_file('arpaname.1.in') 'named-checkzone.1.in', 'named-compilezone.1.in', 'named-journalprint.1.in', + 'named-makejournal.1.in', 'named-rrchecker.1.in', 'named.8.in', 'named.conf.5.in',