doc: restore missing image files in docbook

Signed-off-by: Julian Orth <ju.orth@gmail.com>
This commit is contained in:
Julian Orth 2026-02-12 15:45:53 +01:00
parent 4897da68e6
commit 5231c0ee20
3 changed files with 31 additions and 0 deletions

View 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