krb5 commit: Fix doc build

Benjamin Kaduk kaduk at MIT.EDU
Thu Apr 18 18:25:19 EDT 2013


https://github.com/krb5/krb5/commit/0949e80d63770e220dae7d778b5a0094d12e9e12
commit 0949e80d63770e220dae7d778b5a0094d12e9e12
Author: Ben Kaduk <kaduk at mit.edu>
Date:   Thu Apr 18 18:18:57 2013 -0400

    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 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/doc/appdev/refs/macros/index.rst b/doc/appdev/refs/macros/index.rst
index 4426be6..6dfe720 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


More information about the cvs-krb5 mailing list