summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-11-26 18:31:18 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-11-26 18:31:18 -0500
commit49ed051fd55cc7df9aa84455d1efef6efadf350a (patch)
tree85b996f828d4353e8d37ec65c908af49f1c2ea2e /conf.py
parent95a7133ef140bf285ef5640ad9db250b13f16301 (diff)
downloaddocs-49ed051fd55cc7df9aa84455d1efef6efadf350a.tar.gz
docs-49ed051fd55cc7df9aa84455d1efef6efadf350a.tar.bz2
docs-49ed051fd55cc7df9aa84455d1efef6efadf350a.zip
Add manpage: sync.conf(5)
* manpages/sync.conf.5.rst: New. * conf.py (man_pages): Add entry for new manpage. This partially addresses <https://bugs.gnunet.org/view.php?id=7019>.
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index cd0b5d34..60f3396f 100644
--- a/conf.py
+++ b/conf.py
@@ -281,6 +281,8 @@ man_pages = [
"initialize the Sync database", "GNU Taler contributors", 1),
("manpages/sync-httpd.1", "sync-httpd",
"provide the Sync HTTP interface", "GNU Taler contributors", 1),
+ ("manpages/sync.conf.5", "sync.conf",
+ "Sync configuration file", "GNU Taler contributors", 1),
("manpages/taler-auditor-exchange.1", "taler-auditor-exchange",
"add or remove exchange from auditor’s list", "GNU Taler contributors",
1),