Files
meson/docs/meson_options.txt
Eli Schwartz 6f78db93bf docs: add option to skip building HTML docs
Reorder meson targets to handle those all at the end, and exit early if
HTML documentation is disabled. This makes it possible to build just the
manpage, without hotdoc installed.
2023-05-09 21:33:32 -04:00

5 lines
249 B
Meson

option('unsafe_yaml', type: 'boolean', value: false,
description: 'disable safety checks and use a faster, but less correct YAML loader')
option('html', type: 'boolean', value: true,
description: 'build the hotdoc-based HTML documentation')