[27265] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit [krb5-1.11]: Update conf.py for latex output

daemon@ATHENA.MIT.EDU (Tom Yu)
Fri Nov 16 14:58:42 2012

Date: Fri, 16 Nov 2012 14:58:22 -0500
From: Tom Yu <tlyu@mit.edu>
Message-Id: <201211161958.qAGJwMHc022301@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/af0521ac9737e9de73fc6f4c89da63f06fd73b4f
commit af0521ac9737e9de73fc6f4c89da63f06fd73b4f
Author: Ben Kaduk <kaduk@mit.edu>
Date:   Tue Oct 16 20:09:17 2012 -0400

    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.
    
    (cherry picked from commit d6d0455c13bdd137dca527219e4cd6ecce161fc3)
    
    ticket: 7433

 doc/conf.py |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/doc/conf.py b/doc/conf.py
index 0667684..7e29195 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
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post