]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix named-makejournal man page installation
authorMichał Kępień <michal@isc.org>
Tue, 8 Jul 2025 08:27:22 +0000 (10:27 +0200)
committerAydın Mercan <aydin@isc.org>
Tue, 8 Jul 2025 10:44:03 +0000 (13:44 +0300)
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.

doc/man/meson.build

index c9b8052ac9799cba5a9548f940cfead4accaa38b..9ab4821a4e41422a63f8257c437cf09289f0ff35 100644 (file)
@@ -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',