diff options
author | Zhanna Tsitkov <tsitkova@mit.edu> | 2011-07-29 19:40:39 +0000 |
---|---|---|
committer | Zhanna Tsitkov <tsitkova@mit.edu> | 2011-07-29 19:40:39 +0000 |
commit | 5adcd3c9956c68edfd90623963585ed9bb39535e (patch) | |
tree | 86d2990ccee2932ac8cc13c7243995f9e846abf4 /doc/rst_source/conf.py | |
parent | 496c517956e2071d905cec682c89f8a375552297 (diff) | |
download | krb5-5adcd3c9956c68edfd90623963585ed9bb39535e.tar.gz krb5-5adcd3c9956c68edfd90623963585ed9bb39535e.tar.xz krb5-5adcd3c9956c68edfd90623963585ed9bb39535e.zip |
Start building man pages from Sphinx documentation.
Added kinit document to Sphinx docs.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25062 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/rst_source/conf.py')
-rw-r--r-- | doc/rst_source/conf.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/rst_source/conf.py b/doc/rst_source/conf.py index 4e6a1e0c80..f958907bb7 100644 --- a/doc/rst_source/conf.py +++ b/doc/rst_source/conf.py @@ -215,6 +215,5 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'krbdoc', u'MIT Kerberos Documentation', - [u'MIT'], 1) + ('krb_users/user_commands/kinit', 'kinit', u'obtain and cache Kerberos ticket-granting ticket', [u'MIT'], 1) ] |