mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
meson: install themes to $datadir/foot/themes
This commit is contained in:
parent
329ad66568
commit
eebec8e38d
2 changed files with 2 additions and 0 deletions
|
|
@ -240,6 +240,7 @@ if scdoc.found()
|
|||
'LICENSE', 'README.md', 'CHANGELOG.md',
|
||||
install_dir: join_paths(get_option('datadir'), 'doc', 'foot'))
|
||||
install_data('foot.ini', install_dir: join_paths(get_option('datadir'), 'foot'))
|
||||
install_subdir('themes', install_dir: join_paths(get_option('datadir'), 'foot'))
|
||||
subdir('doc')
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue