From 0949e80d63770e220dae7d778b5a0094d12e9e12 Mon Sep 17 00:00:00 2001 From: Ben Kaduk Date: Thu, 18 Apr 2013 18:18:57 -0400 Subject: [PATCH] Fix doc build The addition of the KRB5_PADATA_AS_CHECKSUM macro in d7d74867952f caused the doxygen bridge to emit a new RST file. This file was not included in the API reference toctree, causing a build failure in maintainer-mode. --- doc/appdev/refs/macros/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/appdev/refs/macros/index.rst b/doc/appdev/refs/macros/index.rst index 4426be64e8..6dfe7202a9 100644 --- a/doc/appdev/refs/macros/index.rst +++ b/doc/appdev/refs/macros/index.rst @@ -232,6 +232,7 @@ Public KRB5_PAC_UPN_DNS_INFO.rst KRB5_PADATA_AFS3_SALT.rst KRB5_PADATA_AP_REQ.rst + KRB5_PADATA_AS_CHECKSUM.rst KRB5_PADATA_ENCRYPTED_CHALLENGE.rst KRB5_PADATA_ENC_SANDIA_SECURID.rst KRB5_PADATA_ENC_TIMESTAMP.rst -- 2.47.3