1# SPDX-License-Identifier: LGPL-2.1 2# 3# Copyright (c) 2023 Daniel Wagner, SUSE LLC 4 5option('plugindir', type : 'string', 6 description : 'set the plugin dir') 7option('htmldir', type : 'string', value : 'share/doc/libtraceevent-doc', 8 description : 'directory for HTML documentation') 9option('asciidoctor', type : 'boolean', value: false, 10 description : 'use asciidoctor instead of asciidoc') 11option('docbook-xls-172', type : 'boolean', value : false, 12 description : 'enable docbook XLS 172 workaround') 13option('asciidoc-no-roff', type : 'boolean', value : false, 14 description : 'enable no roff workaround') 15option('man-bold-literal', type : 'boolean', value : false, 16 description : 'enable bold literals') 17option('docbook-suppress-sp', type : 'boolean', value : false, 18 description : 'docbook suppress sp') 19option('doc', type : 'boolean', value: true, 20 description : 'produce documentation') 21