From e3cc1ff85bf01145b4a8e9865c5832e0dce53a16 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 24 Nov 2021 10:03:13 -0500 Subject: Add manpages: sync-dbinit(1), sync-httpd(1) * manpages/sync-dbinit.1.rst: New. * manpages/sync-httpd.1.rst: New. * conf.py (man_pages): Add entries for new manpages. This partially addresses . --- conf.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf.py') 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), -- cgit v1.2.3