From: Simon South Date: Tue, 13 Oct 2020 00:14:43 +0000 (-0400) Subject: doc: use non-format-specific references to documentation X-Git-Tag: v5.2.0~13^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c7480f7ee6e4f75bc1c8fc2df264f5a84017bb3;p=thirdparty%2Fknot-resolver.git doc: use non-format-specific references to documentation The "build-html-doc" ref-ID is preserved so as to not risk breaking Web links and similar. --- diff --git a/doc/build.rst b/doc/build.rst index e844b6046..095568f73 100644 --- a/doc/build.rst +++ b/doc/build.rst @@ -50,7 +50,7 @@ Resolver: "cmocka_", "``unit tests``", "Unit testing framework." "Doxygen_", "``documentation``", "Generating API documentation." "Sphinx_ and sphinx_rtd_theme_", "``documentation``", "Building this - HTML/PDF documentation." + documentation." "Texinfo_", "``documentation``", "Generating this documentation in Info format." "breathe_", "``documentation``", "Exposing Doxygen API doc to Sphinx." @@ -193,8 +193,8 @@ It's also possible to run only specific test suite or a test. .. _build-html-doc: -HTML Documentation ------------------- +Documentation +------------- To check for documentation dependencies and allow its installation, use ``-Ddoc=enabled``. The documentation doesn't build automatically. Instead, @@ -234,7 +234,7 @@ Recommended build options for packagers: prefix, other directories can be set in a similar fashion, see ``meson setup --help`` * ``-Dsystemd_files=enabled`` for systemd unit files -* ``-Ddoc=enabled`` for offline html documentation (see :ref:`build-html-doc`) +* ``-Ddoc=enabled`` for offline documentation (see :ref:`build-html-doc`) * ``-Dinstall_kresd_conf=enabled`` to install default config file * ``-Dclient=enabled`` to force build of kresc * ``-Dunit_tests=enabled`` to force build of unit tests