Add man pages
beansprout(1) is basically just the README and beansprout(5) is basically just docs/CONFIGURATION.md. By default, the man pages are generated if scdoc is availabled, but they can also be explicitly disabled with -Dman-pages.
This commit is contained in:
parent
164ae9a7ab
commit
09f43674b5
5 changed files with 451 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
version = 1
|
||||
|
||||
[[annotations]]
|
||||
path = ["README.md", "docs/**"]
|
||||
path = ["README.md", "man/**", "docs/**"]
|
||||
SPDX-FileCopyrightText = "2026 Ben Buhse <me@benbuhse.email>"
|
||||
SPDX-License-Identifier = "CC-BY-4.0"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue