wayland/doc/publican/html/images/meson.build
Julian Orth 5231c0ee20 doc: restore missing image files in docbook
Signed-off-by: Julian Orth <ju.orth@gmail.com>
2026-02-12 15:45:57 +01:00

11 lines
204 B
Meson

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