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

@ -35,6 +35,12 @@ Only needed at build-time:
|--------------------|------------------------------|---------------------|
| wayland-protocols | `dev-libs/wayland-protocols` | `wayland-protocols` |
Optional (for building man pages):
| Dependency | Gentoo Name | Debian/Ubuntu Name |
|--------------------|------------------------------|---------------------|
| scdoc | `app-text/scdoc` | `scdoc` |
#### Note for Gentoo Users
Beansprout is available in my personal [ebuild repo](https://codeberg.org/bwbuhse/beansprout).