Skip to content

Commit

Permalink
Add "Kerberos" to PDF titles
Browse files Browse the repository at this point in the history
(cherry picked from commit 703ee0a)

ticket: 7451
version_fixed: 1.11
status: resolved
  • Loading branch information
tlyu committed Nov 20, 2012
1 parent 35a5dd9 commit c911f51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,15 +191,15 @@
# 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
Expand Down

0 comments on commit c911f51

Please sign in to comment.