summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-11-26 17:49:13 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-11-26 17:49:13 -0500
commit95a7133ef140bf285ef5640ad9db250b13f16301 (patch)
tree1a9e94d928e24fb84984e7b1e774840a8347f3ba /conf.py
parent21f5c93db508c07f8c8f0716cc65a3a369c07d34 (diff)
downloaddocs-95a7133ef140bf285ef5640ad9db250b13f16301.tar.gz
docs-95a7133ef140bf285ef5640ad9db250b13f16301.tar.bz2
docs-95a7133ef140bf285ef5640ad9db250b13f16301.zip
Add manpage: sync-config(1)
* manpages/sync-config.1.rst: New. * conf.py (man_pages): Add entry for new manpage. This partially addresses <https://bugs.gnunet.org/view.php?id=7019>.
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index 5726eea5..cd0b5d34 100644
--- a/conf.py
+++ b/conf.py
@@ -275,6 +275,8 @@ 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-config.1", "sync-config",
+ "manipulate Sync configuration files", "GNU Taler contributors", 1),
("manpages/sync-dbinit.1", "sync-dbinit",
"initialize the Sync database", "GNU Taler contributors", 1),
("manpages/sync-httpd.1", "sync-httpd",