mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-30 23:02:18 +00:00
11 lines
188 B
Meson
11 lines
188 B
Meson
data = [
|
|
'documentation.html',
|
|
'illume2.html',
|
|
'FDO.txt',
|
|
'cache.txt',
|
|
'enlightenment.png',
|
|
'illume2.png'
|
|
]
|
|
|
|
install_data(data, install_dir: join_paths(dir_data, proj, 'doc'))
|