diff docs/conf.py @ 395:64d73ad6e37d

Begin a manpage for all install periodic scripts
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 24 Feb 2023 09:33:54 +0100
parents 6be930eb7490
children 6c0c9159744d
line wrap: on
line diff
--- a/docs/conf.py	Fri Feb 24 01:07:19 2023 +0100
+++ b/docs/conf.py	Fri Feb 24 09:33:54 2023 +0100
@@ -74,6 +74,7 @@
 # (source start file, name, description, authors, manual section).
 man_pages = [
     ("man/man8/local-bsdtools", "local-bsdtools", 'FreeBSD administration helper tools v%s' % release, [author], 8),
+    ("man/man8/local-bsdtools-periodic", "local-bsdtools-periodic", 'Periodic scripts installed by local-bsdtools v%s' % release, [author], 8),
     ("man/man8/bsmtp2dma", "bsmtp2dma", "Bacula compatible mail submission program", [author], 8),
     ("man/man8/check-ports", "check-ports", "Report the version status of installed packages and check for them also in repositories", [author], 8),
     ("man/man8/fjail", "fjail", "Management of jails", [author], 8),