Meson build system: do not fail if latexmk or sphinx-build cannot be detected

kalman-mex
Sébastien Villemot 2023-09-20 14:58:28 +02:00
parent 3845f965ba
commit 7984e08f99
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
2 changed files with 2 additions and 2 deletions

View File

@ -478,7 +478,7 @@ shared_module('ms_sbvar_command_line', ms_sbvar_command_line_src, kwargs : mex_m
## Reference manual
sphinx_build_exe = find_program('sphinx-build', required : false)
sphinx_build_exe = find_program('sphinx-build', required : false, disabler : true)
sphinx_src = [ 'doc/manual/source/conf.py',
'doc/manual/source/time-series.rst',

@ -1 +1 @@
Subproject commit d881bf84ecc58daba911ae908513f0eaefdd1b5f
Subproject commit 7b8fed192d1a0410647dc40b8109177e90e31395