mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-26 06:59:58 -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
|
|
@ -9,6 +9,10 @@ project(
|
|||
'c_std=c99',
|
||||
]
|
||||
)
|
||||
|
||||
fs = import('fs')
|
||||
pkgconfig = import('pkgconfig')
|
||||
|
||||
wayland_version = meson.project_version().split('.')
|
||||
|
||||
config_h = configuration_data()
|
||||
|
|
@ -106,8 +110,6 @@ configure_file(
|
|||
configuration: config_h,
|
||||
)
|
||||
|
||||
pkgconfig = import('pkgconfig')
|
||||
|
||||
wayland_protocol_xml = files('protocol/wayland.xml')
|
||||
|
||||
root_inc = include_directories('.')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue