mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-16 08:21:35 -04:00
doc: add meson.build for book
Signed-off-by: Julian Orth <ju.orth@gmail.com>
This commit is contained in:
parent
8d6af84b9e
commit
94dd263f1f
3 changed files with 71 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