mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 03:40:00 -04:00
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:
parent
8936237ef6
commit
caa0451e28
1 changed files with 2 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue