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.
This commit is contained in:
Michał Kępień 2025-07-08 10:27:22 +02:00 committed by Aydın Mercan
parent 8936237ef6
commit caa0451e28
No known key found for this signature in database

View 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',