[Python-apps-commits] r9235 - in packages/tox/trunk/debian/manpage (conf.py)

warsaw-guest at users.alioth.debian.org warsaw-guest at users.alioth.debian.org
Mon Nov 12 16:48:40 UTC 2012


    Date: Monday, November 12, 2012 @ 16:48:39
  Author: warsaw-guest
Revision: 9235

manpage improvements

Modified:
  packages/tox/trunk/debian/manpage/conf.py

Modified: packages/tox/trunk/debian/manpage/conf.py
===================================================================
--- packages/tox/trunk/debian/manpage/conf.py	2012-11-12 16:37:15 UTC (rev 9234)
+++ packages/tox/trunk/debian/manpage/conf.py	2012-11-12 16:48:39 UTC (rev 9235)
@@ -41,7 +41,7 @@
 
 # General information about the project.
 project = u'tox'
-copyright = u'2012, Barry Warsaw'
+copyright = u'Man page (C) 2012, Barry Warsaw'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -184,7 +184,7 @@
 # (source start file, target name, title, author, documentclass [howto/manual]).
 latex_documents = [
   ('tox-man', 'tox.tex', u'tox Documentation',
-   u'Barry Warsaw', 'manual'),
+   u'Holger Krekel <holger at merlinux.eu>', 'manual'),
 ]
 
 # The name of an image file (relative to this directory) to place at the top of
@@ -213,8 +213,9 @@
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    ('tox-man', 'tox', u'tox Documentation',
-     [u'Barry Warsaw'], 1)
+    ('tox-man', 'tox', u'tox(1)',
+     [u'Holger Krekel <holger at merlinux.eu>',
+      u'Barry Warsaw <barry at python.org>'], 1)
 ]
 
 # If true, show URL addresses after external links.
@@ -227,8 +228,8 @@
 # (source start file, target name, title, author,
 #  dir menu entry, description, category)
 texinfo_documents = [
-  ('tox-man', 'tox', u'tox Documentation',
-   u'Barry Warsaw', 'tox', 'One line description of project.',
+  ('tox-man', 'tox', u'tox(1)',
+   u'Barry Warsaw', 'tox', 'A generic virtualenv management and test tool.',
    'Miscellaneous'),
 ]
 




More information about the Python-apps-commits mailing list