mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-22 05:34:12 -04:00
doc: add meson.build for book
Signed-off-by: Julian Orth <ju.orth@gmail.com>
This commit is contained in:
parent
cb4e8ada94
commit
4f6ea74a0f
3 changed files with 62 additions and 2 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue