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

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


    Date: Monday, November 12, 2012 @ 16:53:27
  Author: warsaw-guest
Revision: 9236

more manpage tweaking

Modified:
  packages/tox/trunk/debian/manpage/conf.py
  packages/tox/trunk/debian/manpage/tox-man.rst

Modified: packages/tox/trunk/debian/manpage/conf.py
===================================================================
--- packages/tox/trunk/debian/manpage/conf.py	2012-11-12 16:48:39 UTC (rev 9235)
+++ packages/tox/trunk/debian/manpage/conf.py	2012-11-12 16:53:27 UTC (rev 9236)
@@ -41,7 +41,7 @@
 
 # General information about the project.
 project = u'tox'
-copyright = u'Man page (C) 2012, Barry Warsaw'
+copyright = u'Manual 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
@@ -213,7 +213,7 @@
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    ('tox-man', 'tox', u'tox(1)',
+    ('tox-man', 'tox', u'A generic virtualenv management and test tool.',
      [u'Holger Krekel <holger at merlinux.eu>',
       u'Barry Warsaw <barry at python.org>'], 1)
 ]

Modified: packages/tox/trunk/debian/manpage/tox-man.rst
===================================================================
--- packages/tox/trunk/debian/manpage/tox-man.rst	2012-11-12 16:48:39 UTC (rev 9235)
+++ packages/tox/trunk/debian/manpage/tox-man.rst	2012-11-12 16:53:27 UTC (rev 9236)
@@ -40,14 +40,4 @@
 -r, --recreate  Force recreation of virtual environments.
 
 
-Author
-------
-
-Holger Krekel <holger at merlinux.eu>
-
-
-This manual page was written by Barry Warsaw <barry at python.org> for the Debian
-project.
-
-
 .. _`virtualenv`: http://pypi.python.org/pypi/virtualenv




More information about the Python-apps-commits mailing list