mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-07 13:29:55 -05:00
doc: Refactor the build system for complete build dir docs
By structuring things differently, it becomes possible to have a complete build of the docs in the build dir, without having to install anything. Signed-off-by: Sebastian Wick <sebastian.wick@redhat.com>
This commit is contained in:
parent
59c79dee21
commit
0fd33fe1fa
38 changed files with 138 additions and 164 deletions
|
|
@ -1,22 +1,2 @@
|
|||
# dot_png: list of PNG targets
|
||||
# dot_map: list of MAP targets
|
||||
foreach name, infile: dot_gv
|
||||
dot_png += custom_target(
|
||||
name + '.png',
|
||||
command: [ dot, '-Tpng', '-o@OUTPUT@', '@INPUT@' ],
|
||||
input: infile,
|
||||
output: name + '.png',
|
||||
install: true,
|
||||
install_dir: join_paths(publican_install_prefix, publican_html_dir, 'images')
|
||||
)
|
||||
|
||||
dot_map += custom_target(
|
||||
name + '.map',
|
||||
command: [ dot, '-Tcmapx_np', '-o@OUTPUT@', '@INPUT@' ],
|
||||
input: infile,
|
||||
output: name + '.map',
|
||||
)
|
||||
endforeach
|
||||
|
||||
subdir('Client')
|
||||
subdir('Server')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue