mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-09 08:21:01 -04:00
meson: install LICENSE, README.md and CHANGELOG.md
This commit is contained in:
parent
3d15913d38
commit
373745c597
2 changed files with 9 additions and 1 deletions
|
|
@ -15,6 +15,9 @@
|
||||||
|
|
||||||
* Section to [README.md](README.md) describing how to programmatically
|
* Section to [README.md](README.md) describing how to programmatically
|
||||||
identify foot.
|
identify foot.
|
||||||
|
* [LICENSE](LICENSE), [README.md](README.md) and
|
||||||
|
[CHANGELOG.md](CHANGELOG.md) are now installed to
|
||||||
|
`${datadir}/doc/foot`.
|
||||||
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,12 @@ custom_target(
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: join_paths(get_option('datadir'), 'terminfo'))
|
install_dir: join_paths(get_option('datadir'), 'terminfo'))
|
||||||
|
|
||||||
install_data('foot.desktop', 'foot-server.desktop', install_dir: join_paths(get_option('datadir'), 'applications'))
|
install_data(
|
||||||
|
'LICENSE', 'README.md', 'CHANGELOG.md',
|
||||||
|
install_dir: join_paths(get_option('datadir'), 'doc', 'foot'))
|
||||||
|
install_data(
|
||||||
|
'foot.desktop', 'foot-server.desktop',
|
||||||
|
install_dir: join_paths(get_option('datadir'), 'applications'))
|
||||||
install_data('footrc', install_dir: join_paths(get_option('datadir'), 'foot'))
|
install_data('footrc', install_dir: join_paths(get_option('datadir'), 'foot'))
|
||||||
|
|
||||||
subdir('completions')
|
subdir('completions')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue