summaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2012-11-19 16:34:42 -0500
committerTom Yu <tlyu@mit.edu>2012-11-19 17:06:02 -0500
commit703ee0a74900d9acb8dd48f60149a34e1b7411a8 (patch)
treec210ddef61fdf19c82c28389cf52f75786a5475f /doc/conf.py
parent85898e8f1c9e4f5bff70e1ff810519363b262eb4 (diff)
downloadkrb5-703ee0a74900d9acb8dd48f60149a34e1b7411a8.tar.gz
krb5-703ee0a74900d9acb8dd48f60149a34e1b7411a8.tar.xz
krb5-703ee0a74900d9acb8dd48f60149a34e1b7411a8.zip
Add "Kerberos" to PDF titles
ticket: 7451 (new) tags: pullup target_version: 1.11
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 2ad76fd96e..259a5957c3 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -191,15 +191,15 @@ pointsize = '10pt'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
- ('admin/index', 'admin.tex', u"Administration Guide", u'MIT',
+ ('admin/index', 'admin.tex', u"Kerberos Administration Guide", u'MIT',
'manual'),
- ('appdev/index', 'appdev.tex', u"Application Developer Guide",
+ ('appdev/index', 'appdev.tex', u"Kerberos Application Developer Guide",
u'MIT', 'manual'),
('basic/index', 'basic.tex', u"Kerberos Concepts", u'MIT', 'manual'),
('build/index', 'build.tex', u"Building MIT Kerberos", u'MIT', 'manual'),
- ('plugindev/index', 'plugindev.tex', u"Plugin Module Developer Guide",
+ ('plugindev/index', 'plugindev.tex', u"Kerberos Plugin Module Developer Guide",
u'MIT', 'manual'),
- ('user/index', 'user.tex', u"User Guide", u'MIT', 'manual')
+ ('user/index', 'user.tex', u"Kerberos User Guide", u'MIT', 'manual')
]
# The name of an image file (relative to this directory) to place at the top of