Fix missing return value in copy_tags()
[geany-mirror.git] / data / meson.build
blob498786637dc15d590d74bcb5fffd0615161869ad
1 install_subdir('templates',    install_dir: cdata.get('GEANY_DATA_DIR'))
2 install_subdir('tags',         install_dir: cdata.get('GEANY_DATA_DIR'))
3 install_subdir('colorschemes', install_dir: cdata.get('GEANY_DATA_DIR'))
5 install_subdir('filedefs',     install_dir: cdata.get('GEANY_DATA_DIR'), exclude_files: 'filetypes.python.in')
7 configure_file(input: 'filedefs/filetypes.python.in',
8                output: 'filetypes.python',
9                install: true,
10                install_dir: cdata.get('GEANY_DATA_DIR') + '/filedefs',
11                configuration: cdata)
13 misc = [
14     'filetype_extensions.conf',
15     'snippets.conf',
16     'ui_toolbar.xml',
17     'geany.glade',
18     'geany-3.0.css',
19     'geany-3.20.css',
20     'geany.css',
22 install_data(sources: misc, install_dir: cdata.get('GEANY_DATA_DIR'))