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',
10 install_dir: cdata.get('GEANY_DATA_DIR') + '/filedefs',
14 'filetype_extensions.conf',
20 install_data(sources: misc, install_dir: cdata.get('GEANY_DATA_DIR'))