include $(top_srcdir)/Makefile.docs
EXTRA_DIST = \
- conf.py \
- isc-logo.pdf \
advanced.rst \
- build.rst \
- catz.rst \
+ build.inc.rst \
+ catz.inc.rst \
+ chapter1.rst \
+ chapter2.rst \
configuration.rst \
- dlz.rst \
+ conf.py \
+ dlz.inc.rst \
dnssec-guide.rst \
- dnssec.rst \
- dyndb.rst \
+ dnssec.inc.rst \
+ dyndb.inc.rst \
general.rst \
history.rst \
index.rst \
- introduction.rst \
- logging-categories.rst \
- managed-keys.rst \
+ introduction.inc.rst \
+ isc-logo.pdf \
+ logging-categories.inc.rst \
+ managed-keys.inc.rst \
manpages.rst \
notes.rst \
- pkcs11.rst \
- platforms.rst \
- plugins.rst \
+ pkcs11.inc.rst \
+ platforms.inc.rst \
+ plugins.inc.rst \
reference.rst \
- requirements.rst \
+ requirements.inc.rst \
+ requirements.txt \
security.rst \
troubleshooting.rst \
../dnssec-guide \
response; parent indicates it should be secure."
-.. include:: dnssec.rst
-.. include:: managed-keys.rst
-.. include:: pkcs11.rst
-.. include:: dlz.rst
-.. include:: dyndb.rst
-.. include:: catz.rst
+.. include:: dnssec.inc.rst
+.. include:: managed-keys.inc.rst
+.. include:: pkcs11.inc.rst
+.. include:: dlz.inc.rst
+.. include:: dyndb.inc.rst
+.. include:: catz.inc.rst
.. _ipv6:
--- /dev/null
+.. Copyright (C) Internet Systems Consortium, Inc. ("ISC")
+..
+.. SPDX-License-Identifier: MPL-2.0
+..
+.. This Source Code Form is subject to the terms of the Mozilla Public
+.. License, v. 2.0. If a copy of the MPL was not distributed with this
+.. file, you can obtain one at https://mozilla.org/MPL/2.0/.
+..
+.. See the COPYRIGHT file distributed with this work for additional
+.. information regarding copyright ownership.
+
+.. include:: introduction.inc.rst
--- /dev/null
+.. Copyright (C) Internet Systems Consortium, Inc. ("ISC")
+..
+.. SPDX-License-Identifier: MPL-2.0
+..
+.. This Source Code Form is subject to the terms of the Mozilla Public
+.. License, v. 2.0. If a copy of the MPL was not distributed with this
+.. file, you can obtain one at https://mozilla.org/MPL/2.0/.
+..
+.. See the COPYRIGHT file distributed with this work for additional
+.. information regarding copyright ownership.
+
+.. include:: requirements.inc.rst
+.. include:: platforms.inc.rst
+.. include:: build.inc.rst
'_build',
'Thumbs.db',
'.DS_Store',
- '*.grammar.rst',
- '*.zoneopts.rst',
- 'build.rst',
- 'catz.rst',
- 'dlz.rst',
- 'dnssec.rst',
- 'dyndb.rst',
- 'logging-categories.rst',
- 'managed-keys.rst',
- 'pkcs11.rst',
- 'platforms.rst',
- 'plugins.rst'
+ '*.inc.rst'
]
# The master toctree document.
| ``SIGINT`` | Causes the server to clean up and exit. |
+--------------+-------------------------------------------------------------+
-.. include:: plugins.rst
+.. include:: plugins.inc.rst
:numbered:
:maxdepth: 2
- introduction
- requirements
+ chapter1
+ chapter2
configuration
reference
advanced
types of log information they contain. More categories may be added in
future BIND releases.
-.. include:: logging-categories.rst
+.. include:: logging-categories.inc.rst
.. _query_errors:
disadvantage of making many more external queries, as none of the name
servers share their cached data.
-.. include:: platforms.rst
-.. include:: build.rst
sort -u
)
list2=$(
- sed -ne 's/^``\(.*\)``/\1/p' doc/arm/logging-categories.rst |
+ sed -ne 's/^``\(.*\)``/\1/p' doc/arm/logging-categories.inc.rst |
sort -u
)
status=0