summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-10-12 17:09:51 +0000
committerGerrit Code Review <review@openstack.org>2014-10-12 17:09:51 +0000
commit026fe3bf36027ee65072532298e4d143eda3f562 (patch)
tree20f0ab5a19cdea4aa659626c840be3cdc561800d /doc
parent42a335caca285400225a75f4d7b894a4361affb0 (diff)
parentfb5018382f0fcf04f78ffa8d6bc19afd585ebdbc (diff)
downloadgear-026fe3bf36027ee65072532298e4d143eda3f562.tar.gz
Merge "Generate a geard.8 manpage for Debian packaging"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py6
-rw-r--r--doc/source/geard.rst1
-rw-r--r--doc/source/index.rst2
3 files changed, 6 insertions, 3 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 7816277..5dc2e4e 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -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.
diff --git a/doc/source/geard.rst b/doc/source/geard.rst
new file mode 100644
index 0000000..aa0f922
--- /dev/null
+++ b/doc/source/geard.rst
@@ -0,0 +1 @@
+.. program-output:: geard --help
diff --git a/doc/source/index.rst b/doc/source/index.rst
index d7ee37b..fc7e74e 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -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
---------------