mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-07 08:21:33 -04:00
doc: restore missing image files in docbook
Signed-off-by: Julian Orth <ju.orth@gmail.com>
This commit is contained in:
parent
4897da68e6
commit
5231c0ee20
3 changed files with 31 additions and 0 deletions
11
doc/publican/html/images/meson.build
Normal file
11
doc/publican/html/images/meson.build
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
foreach src : files([
|
||||
'icon.svg',
|
||||
'wayland.png',
|
||||
])
|
||||
name = fs.name(src)
|
||||
publican_inputs += fs.copyfile(
|
||||
name,
|
||||
install: true,
|
||||
install_dir: publican_install_prefix + '/html/images',
|
||||
)
|
||||
endforeach
|
||||
Loading…
Add table
Add a link
Reference in a new issue