mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-23 01:40:12 -05:00
When enabled, man pages are generated and installed, along with README.md, CHANGELOG.md and LICENSE. This requires ‘scdoc’ as a make dependency. When disabled, ‘scdoc’ is no longer required, no man pages will be built, and no documentation at all is installed. Defaults to ‘enabled’.
2 lines
142 B
Meson
2 lines
142 B
Meson
option('with-docs', type: 'feature', value: 'enabled',
|
|
description: 'generate and install documentation (man pages). Requires scdoc.')
|