comparison docs/conf.py @ 294:c2e2fed957ed

- Compute a dynmic list of manual pages - Move the sources of the manual pages into a section-specific subdir
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 18 Sep 2022 15:32:22 +0200
parents 73ac6bec36fe
children 11e6e3442df0
comparison
equal deleted inserted replaced
293:73ac6bec36fe 294:c2e2fed957ed
69 # -- Options for manual page output ------------------------------------------ 69 # -- Options for manual page output ------------------------------------------
70 70
71 # One entry per manual page. List of tuples 71 # One entry per manual page. List of tuples
72 # (source start file, name, description, authors, manual section). 72 # (source start file, name, description, authors, manual section).
73 man_pages = [ 73 man_pages = [
74 ("man/local-bsdtools", "local-bsdtools", 'FreeBSD specific administration helper tools v%s' % release, [author], 8), 74 ("man/man8/local-bsdtools", "local-bsdtools", 'FreeBSD specific administration helper tools v%s' % release, [author], 8),
75 ("man/ftjail", "ftjail", "Management helper for thin jails", [author], 8), 75 ("man/man8/ftjail", "ftjail", "Management helper for thin jails", [author], 8),
76 ("man/ftjail-copy-skel", "ftjail-copy-skel", "Recursively copy skeleton contents", [author], 8), 76 ("man/man8/ftjail-copy-skel", "ftjail-copy-skel", "Recursively copy skeleton contents", [author], 8),
77 ("man/fzfs", "fzfs", "A ZFS management helper tool", [author], 8), 77 ("man/man8/fzfs", "fzfs", "A ZFS management helper tool", [author], 8),
78 ("man/fzfs-mount", "fzfs-mount", "Mount ZFS datasets recursively", [author], 8), 78 ("man/man8/fzfs-mount", "fzfs-mount", "Mount ZFS datasets recursively", [author], 8),
79 ("man/fzfs-umount", "fzfs-umount", "Unmount ZFS datasets recursively", [author], 8), 79 ("man/man8/fzfs-umount", "fzfs-umount", "Unmount ZFS datasets recursively", [author], 8),
80 ] 80 ]
81 81
82 82
83 # -- Link to manual pages ---------------------------------------------------- 83 # -- Link to manual pages ----------------------------------------------------
84 84