mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-04-24 05:47:39 -04:00
This commit introduces an embryo of sphinx-based documentation. The content of documentation in this commit is limited to the command line options of kiwix-serve.
4 lines
204 B
Meson
4 lines
204 B
Meson
option('static-linkage', type : 'boolean', value : false,
|
|
description : 'Create statically linked binaries.')
|
|
option('doc', type : 'boolean', value : false,
|
|
description : 'Build the documentations.')
|