diff docs/conf.py @ 409:4219294c2930

Prepare the skeleton of man pages for all the configuration files used: - bsmdp2dma.conf - package-mapping.conf - pkgtools.conf
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 28 Feb 2023 09:22:26 +0100
parents 6c0c9159744d
children bf0d63c8e682
line wrap: on
line diff
--- a/docs/conf.py	Mon Feb 27 12:38:12 2023 +0100
+++ b/docs/conf.py	Tue Feb 28 09:22:26 2023 +0100
@@ -73,6 +73,9 @@
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
+    ("man/man5/bsmtp2dma.conf", "bsmtp2dma.conf", 'Configuration of bsmtp2dma', [author], 5),
+    ("man/man5/package-mapping.conf", "package-mapping.conf", 'Configuration of check-ports', [author], 5),
+    ("man/man5/pkgtools.conf", "pkgtools.conf", 'Configuration for pkgtools and check-ports', [author], 5),
     ("man/man5/local-bsdtools-periodic", "local-bsdtools-periodic", 'Configuration of periodic scripts installed by local-bsdtools v%s' % release, [author], 5),
     ("man/man8/local-bsdtools", "local-bsdtools", 'FreeBSD administration helper tools v%s' % release, [author], 8),
     ("man/man8/bsmtp2dma", "bsmtp2dma", "Bacula compatible mail submission program", [author], 8),