]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Update conf.py for latex output
authorBen Kaduk <kaduk@mit.edu>
Wed, 17 Oct 2012 00:09:17 +0000 (20:09 -0400)
committerBen Kaduk <kaduk@mit.edu>
Wed, 14 Nov 2012 19:09:03 +0000 (14:09 -0500)
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

doc/conf.py

index 066768496c2a7c1f0f23c88559dd60a1f74e1a65..7e291956707ea03862b5a27e1004d58f1a8daeca 100644 (file)
@@ -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