aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-22 13:21:20 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-22 13:21:20 +0100
commit61c505b68f928882abf276978c20f1b2e7fed981 (patch)
tree5f1e4c1a3c58138909d4da81e07732fcc045d57b /conf.py
parent3533b2e3e12253f801b06322766746ba2da1becc (diff)
downloaddocs-61c505b68f928882abf276978c20f1b2e7fed981.tar.gz
docs-61c505b68f928882abf276978c20f1b2e7fed981.tar.bz2
docs-61c505b68f928882abf276978c20f1b2e7fed981.zip
add manpage for taler-exchange-secmod-cs
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index 8dd6e998..fe18061c 100644
--- a/conf.py
+++ b/conf.py
@@ -338,6 +338,9 @@ man_pages = [
("manpages/taler-exchange-secmod-eddsa.1", "taler-exchange-secmod-eddsa",
"handle private EDDSA key operations for a Taler exchange",
"GNU Taler contributors", 1),
+ ("manpages/taler-exchange-secmod-cs.1", "taler-exchange-secmod-cs",
+ "handle private CS key operations for a Taler exchange",
+ "GNU Taler contributors", 1),
("manpages/taler-exchange-secmod-rsa.1", "taler-exchange-secmod-rsa",
"handle private RSA key operations for a Taler exchange",
"GNU Taler contributors", 1),