summaryrefslogtreecommitdiffstats
path: root/doc/rst_source/conf.py
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2012-01-09 20:13:10 +0000
committerTom Yu <tlyu@mit.edu>2012-01-09 20:13:10 +0000
commitbde5e9efadbdf0fb0b2d1dd16efcb83e82e433e4 (patch)
treee011cae7ec6c47f92ba0473aedf686b6e77b9edc /doc/rst_source/conf.py
parent8cbd9cd9c5a9663f89f4be8a09efe1a5ad217747 (diff)
downloadkrb5-bde5e9efadbdf0fb0b2d1dd16efcb83e82e433e4.tar.gz
krb5-bde5e9efadbdf0fb0b2d1dd16efcb83e82e433e4.tar.xz
krb5-bde5e9efadbdf0fb0b2d1dd16efcb83e82e433e4.zip
install sphinx-generated manpages
Install sphinx-generated manpages. Original nroff manpages remain for reference until proofreading is complete. Modify doc/rst_source/conf.py to better deal with shadow manpages -- sphinx will now build k5login.5 instead of .k5login.5, and kadmin.1 instead of both kadmin.1 and kadmin.local.8. Proofreaders should ensure that the original nroff manpages (and associated Makefile rules) are deleted once their reST format equivalents have been proofread. ticket: 7064 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25625 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/rst_source/conf.py')
-rw-r--r--doc/rst_source/conf.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/rst_source/conf.py b/doc/rst_source/conf.py
index 58a1522a17..29fd607fe7 100644
--- a/doc/rst_source/conf.py
+++ b/doc/rst_source/conf.py
@@ -225,9 +225,8 @@ man_pages = [
('krb_users/user_commands/kpasswd', 'kpasswd', u'change a user\'s Kerberos password', [u'MIT'], 1),
('krb_users/user_commands/kvno', 'kvno', u'print key version numbers of Kerberos principals', [u'MIT'], 1),
('krb_users/user_commands/ksu', 'ksu', u'Kerberized super-user', [u'MIT'], 1),
- ('krb_users/user_commands/k5login', '.k5login', u'Kerberos V5 acl file for host access', [u'MIT'], 5),
+ ('krb_users/user_commands/k5login', 'k5login', u'Kerberos V5 acl file for host access', [u'MIT'], 5),
('krb_admins/admin_commands/krb5kdc', 'krb5kdc', u'Kerberos V5 KDC', [u'MIT'], 8),
- ('krb_admins/admin_commands/kadmin_local', 'kadmin.local', u'Kerberos V5 database administration program', [u'MIT'], 8),
('krb_admins/admin_commands/kadmin_local', 'kadmin', u'Kerberos V5 database administration program', [u'MIT'], 1),
('krb_admins/admin_commands/kprop', 'kprop', u'propagate a Kerberos V5 principal database to a slave server', [u'MIT'], 8),
('krb_admins/admin_commands/kproplog', 'kproplog', u'display the contents of the Kerberos principal update log', [u'MIT'], 8),