doc: add meson.build for book

Signed-off-by: Julian Orth <ju.orth@gmail.com>
This commit is contained in:
Julian Orth 2026-01-31 11:41:32 +01:00
parent cb4e8ada94
commit 4f6ea74a0f
3 changed files with 62 additions and 2 deletions

View file

@ -6,6 +6,7 @@ dot = find_program('dot')
doxygen = find_program('doxygen')
xsltproc = find_program('xsltproc')
xmlto = find_program('xmlto')
mdbook = find_program('mdbook')
cmd = run_command(doxygen, '--version', check: true)
message('doxygen: ' + cmd.stdout().strip())
@ -39,3 +40,4 @@ publican_html_dir = 'html'
subdir('doxygen')
subdir('publican')
subdir('book')