mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
8 lines
203 B
Meson
8 lines
203 B
Meson
|
|
sphinx = find_program('sphinx-build', native:true)
|
|
|
|
sphinx_target = run_target('doc',
|
|
command: [sphinx, '-bhtml',
|
|
meson.current_source_dir(),
|
|
meson.current_build_dir()])
|