From: Ben Kaduk Date: Wed, 17 Oct 2012 00:09:17 +0000 (-0400) Subject: Update conf.py for latex output X-Git-Tag: krb5-1.12-alpha1~486 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6d0455c13bdd137dca527219e4cd6ecce161fc3;p=thirdparty%2Fkrb5.git 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 --- 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