summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
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),