summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.py b/conf.py
index 534b2f00..c3ea73a0 100644
--- a/conf.py
+++ b/conf.py
@@ -279,8 +279,6 @@ man_pages = [
"setup auditor database", "GNU Taler contributors", 1),
("manpages/taler-auditor.1", "taler-auditor", "audit exchange",
"GNU Taler contributors", 1),
- ("manpages/taler-bank-transfer.1", "taler-bank-transfer",
- "trigger a transfer at the bank", "GNU Taler contributors", 1),
("manpages/taler-config-generate.1", "taler-config-generate",
"tool to simplify Taler configuration generation",
"GNU Taler contributors", 1),
@@ -316,6 +314,8 @@ man_pages = [
("manpages/taler-merchant-setup-reserve.1", "taler-merchant-setup-reserve",
"setup reserve for tipping at a Taler merchant backend", "GNU Taler contributors",
1),
+ ("manpages/taler-wire-gateway-client.1", "taler-wire-gateway-client",
+ "trigger a transfer at the bank", "GNU Taler contributors", 1),
("manpages/taler.conf.5", "taler.conf", "Taler configuration file",
"GNU Taler contributors", 5),
]