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:
Ben Buhse 2026-02-25 16:02:58 -06:00
commit 09f43674b5
No known key found for this signature in database
GPG key ID: 7916ACFCD38FD0B4
5 changed files with 451 additions and 1 deletions

View file

@ -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"