summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-11-24 10:03:13 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-11-24 10:03:13 -0500
commite3cc1ff85bf01145b4a8e9865c5832e0dce53a16 (patch)
treef31d9b7409a015997bdb82d0b138539f89ea583a /conf.py
parent68eaa84d297d4787fc24b30d56598e259afa5cf8 (diff)
downloaddocs-e3cc1ff85bf01145b4a8e9865c5832e0dce53a16.tar.gz
docs-e3cc1ff85bf01145b4a8e9865c5832e0dce53a16.tar.bz2
docs-e3cc1ff85bf01145b4a8e9865c5832e0dce53a16.zip
Add manpages: sync-dbinit(1), sync-httpd(1)
* manpages/sync-dbinit.1.rst: New. * manpages/sync-httpd.1.rst: New. * conf.py (man_pages): Add entries for new manpages. This partially addresses <https://bugs.gnunet.org/view.php?id=7019>.
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index f7aa52e1..5726eea5 100644
--- a/conf.py
+++ b/conf.py
@@ -275,6 +275,10 @@ latex_appendices = ["fdl-1.3"]
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
+ ("manpages/sync-dbinit.1", "sync-dbinit",
+ "initialize the Sync database", "GNU Taler contributors", 1),
+ ("manpages/sync-httpd.1", "sync-httpd",
+ "provide the Sync HTTP interface", "GNU Taler contributors", 1),
("manpages/taler-auditor-exchange.1", "taler-auditor-exchange",
"add or remove exchange from auditor’s list", "GNU Taler contributors",
1),