mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
Fix default file path substitution in the ARM and man pages
Default paths were not substituted correctly when Python-only build was
used, i.e. it affected only ReadTheDocs. The incorrect rst_epilog was
overriden by Makefile for all "ordinary" builds.
This error was introduced by 3f78c60539
.
Related: !5815
This commit is contained in:
@@ -186,10 +186,10 @@ latex_logo = "isc-logo.pdf"
|
||||
# sphinx-build is run by hand.
|
||||
#
|
||||
rst_epilog = """
|
||||
.. |rndc_conf| replace: ``/etc/rndc.conf``
|
||||
.. |rndc_key| replace: ``/etc/rndc.key``
|
||||
.. |named_conf| replace: ``/etc/named.conf``
|
||||
.. |bind_keys| replace: ``/etc/bind.keys``
|
||||
.. |named_pid| replace: ``/run/named.pid``
|
||||
.. |session_key| replace: ``/run/session.key``
|
||||
.. |rndc_conf| replace:: ``/etc/rndc.conf``
|
||||
.. |rndc_key| replace:: ``/etc/rndc.key``
|
||||
.. |named_conf| replace:: ``/etc/named.conf``
|
||||
.. |bind_keys| replace:: ``/etc/bind.keys``
|
||||
.. |named_pid| replace:: ``/run/named.pid``
|
||||
.. |session_key| replace:: ``/run/session.key``
|
||||
"""
|
||||
|
Reference in New Issue
Block a user