diff options
author | David Robillard <d@drobilla.net> | 2021-03-28 13:42:35 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:08 -0500 |
commit | d094448c095a59117febc8bd4687df071ce9759a (patch) | |
tree | 08e81a3a9a46627dc8b545c12ebf17ae51ef76f4 /meson_options.txt | |
parent | f74a7448036d6fbe3f6562aa6e87d7e7478f0341 (diff) | |
download | serd-d094448c095a59117febc8bd4687df071ce9759a.tar.gz serd-d094448c095a59117febc8bd4687df071ce9759a.tar.bz2 serd-d094448c095a59117febc8bd4687df071ce9759a.zip |
Add high-level documentation
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index 09fc2334..c46a6d73 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -7,8 +7,11 @@ option('checks', type: 'feature', value: 'enabled', yield: true, option('docs', type: 'feature', value: 'auto', yield: true, description: 'Build documentation') +option('epub', type: 'feature', value: 'disabled', yield: true, + description: 'Build EPub documentation') + option('html', type: 'feature', value: 'auto', yield: true, - description: 'Build paginated HTML documentation') + description: 'Build HTML documentation') option('lint', type: 'boolean', value: false, yield: true, description: 'Run code quality checks') @@ -19,7 +22,7 @@ option('man', type: 'feature', value: 'enabled', yield: true, option('man_html', type: 'feature', value: 'auto', yield: true, description: 'Build HTML man pages') -option('singlehtml', type: 'feature', value: 'auto', yield: true, +option('singlehtml', type: 'feature', value: 'disabled', yield: true, description: 'Build single-page HTML documentation') option('static', type: 'boolean', value: false, yield: true, |