commit 0dcfa80399009376f80ea8ebd88449721715733a
parent b76250834ecae6cbacd526c83769f56a52afda87
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 20 May 2025 10:13:46 +0200
build libeufin-bank man pages (#9973)
Diffstat:
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/conf.py b/conf.py
@@ -858,6 +858,20 @@ man_pages = [
"GNU Taler contributors",
5,
),
+ (
+ "manpages/libeufin-bank.1",
+ "libeufin-bank",
+ "implementation of a regional currency bank",
+ "GNU Taler contributors",
+ 1,
+ ),
+ (
+ "manpages/libeufin-bank.conf.5",
+ "libeufin-bank.conf",
+ "LibEuFin Bank configuration file",
+ "GNU Taler contributors",
+ 5,
+ ),
]
# If true, show URL addresses after external links.