summaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
authorBen Kaduk <kaduk@mit.edu>2012-10-16 20:09:17 -0400
committerBen Kaduk <kaduk@mit.edu>2012-11-14 14:09:03 -0500
commitd6d0455c13bdd137dca527219e4cd6ecce161fc3 (patch)
tree050a9c878ddacdab1054c641f71f47eae63219c6 /doc/conf.py
parent3f7aebe3f77fc99200f863f66c064614509d7882 (diff)
downloadkrb5-d6d0455c13bdd137dca527219e4cd6ecce161fc3.tar.gz
krb5-d6d0455c13bdd137dca527219e4cd6ecce161fc3.tar.xz
krb5-d6d0455c13bdd137dca527219e4cd6ecce161fc3.zip
Update conf.py for latex output
We do not want one giant PDF document; we want separate PDFs for our various components. The features document cannot be included in the list because the generated LaTeX for tables with empty cells does not compile. ticket: 7433 tags: pullup
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 066768496c..7e29195670 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -191,8 +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 = [
- ('index', 'MIT Kerberos.tex', u'MIT Kerberos Documentation',
+ ('admins/index', 'admin.tex', u"Administration Guide", u'MIT',
+ 'manual'),
+ ('appldev/index', 'appdev.tex', u"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",
+ u'MIT', 'manual'),
+ ('users/index', 'user.tex', u"User Guide", u'MIT', 'manual')
]
# The name of an image file (relative to this directory) to place at the top of