mirror of
https://gitlab.com/qemu-project/meson.git
synced 2025-07-03 05:40:42 +08:00

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.
5 lines
249 B
Meson
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')
|