taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit af322f1a958ad84756be4158994b10023cac1497
parent b197775b61dfeec8d469cd8d1816bdccf6baa2fc
Author: Antoine A <>
Date:   Fri,  5 Dec 2025 17:24:15 +0100

ebisync: fix man pages

Diffstat:
Mconf.py | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/conf.py b/conf.py @@ -946,6 +946,20 @@ man_pages = [ 5, ), ( + "manpages/libeufin-ebisync.1", + "libeufin-ebisync", + "service to synchronize files via EBICS", + "GNU Taler contributors", + 1, + ), + ( + "manpages/libeufin-ebisync.conf.5", + "libeufin-ebisync.conf", + "LibEuFin EbiSync configuration file", + "GNU Taler contributors", + 5, + ), + ( "manpages/depolymerizer-bitcoin.1", "depolymerizer-bitcoin", "implementation of a bitcoin depolymerizer",