Merge "Generate a geard.8 manpage for Debian packaging"

This commit is contained in:
Jenkins 2014-10-12 17:09:51 +00:00 committed by Gerrit Code Review
commit 026fe3bf36
3 changed files with 6 additions and 3 deletions

View File

@ -214,8 +214,10 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'gear', u'Gear Documentation',
[u'OpenStack Foundation'], 1)
('index', 'gear', u'Gear Full Documentation',
[u'OpenStack Foundation'], 1),
('geard', 'geard', u'async pure python Gearman daemon',
[u'OpenStack Foundation'], 8),
]
# If true, show URL addresses after external links.

1
doc/source/geard.rst Normal file
View File

@ -0,0 +1 @@
.. program-output:: geard --help

View File

@ -63,7 +63,7 @@ Server Example
You can run the Gearman server by executing the `geard` command. For help
execute `geard --help`
.. program-output:: geard --help
.. include:: geard.rst
SSL Connections
---------------