wayland/doc/publican/html/images/meson.build

12 lines
204 B
Meson
Raw Normal View History

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